index
:
genenetwork3
auth/implement-authorization-code-flow
bugfix/remove-pre-data-parsing
chores/ctl-wgcna-enhancement
chores/fixes
ci-cd-scripts
correlation-return-fewer-results
data-access-levels-endpoint
feature/autocomplete-generation
feature/lmdb-rust
feature/reimplement-corrmp
fixture-for-pcorrs
gn-guile
luna
main
migrate-to-python3.10
oauth2_auth_flow
refactor-circular-import
rework-genotype-linking
technical-specification
GeneNetwork3 REST API for data science and machine learning
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gn3
/
auth
/
authentication
Age
Commit message (
Expand
)
Author
2023-07-10
Fix linting errors caused by bump to Python 3.10
migrate-to-python3.10
Frederick Muriuki Muriithi
2023-07-06
Provide the client_id as part of the post request.
Frederick Muriuki Muriithi
2023-07-03
Enable deletion of OAuth2 clients.
Frederick Muriuki Muriithi
2023-06-30
List all OAuth2 clients.
Frederick Muriuki Muriithi
2023-05-30
auth: Change check for client secret
Frederick Muriuki Muriithi
2023-05-29
auth: Enable registration of OAuth2 clients
Frederick Muriuki Muriithi
2023-05-29
Enable Administrator login on GN3
Frederick Muriuki Muriithi
2023-05-27
Document Use of OAuth2 Clients
Frederick Muriuki Muriithi
2023-05-10
auth: Only check deliverability of emails at registration.
Frederick Muriuki Muriithi
2023-05-09
auth: Implement "Authorization Code Flow"
auth/implement-authorization-code-flow
Frederick Muriuki Muriithi
2023-03-23
auth: Don't try loading the user if no client is found
Frederick Muriuki Muriithi
2023-03-13
auth: separate user detail migration from data migration
Frederick Muriuki Muriithi
2023-03-09
auth: introspection: Protect introspection endpoint
Frederick Muriuki Muriithi
2023-03-08
auth: users: Use the same basic functions for password hashing
Frederick Muriuki Muriithi
2023-03-08
Replace Bcrypt with Argon2 for better security.
Frederick Muriuki Muriithi
2023-03-07
auth: user_by_id: Return a user or raise an exception
Frederick Muriuki Muriithi
2023-03-06
auth: resources: Enable assigning a user roles on resources
Frederick Muriuki Muriithi
2023-02-08
auth: groups: handle join requests.
Frederick Muriuki Muriithi
2023-02-02
auth: Reorganise modules/packages for easier dev and maintenance
Frederick Muriuki Muriithi
2023-01-31
auth: Remove the @authenticated_p decorator
Frederick Muriuki Muriithi
2023-01-31
auth: Set the token scope as a string, not a list
Frederick Muriuki Muriithi
2023-01-28
auth: rework dictify
Frederick Muriuki Muriithi
2023-01-21
auth: Fix saving of scope values. Add scope items.
Frederick Muriuki Muriithi
2023-01-20
mypy: minor fixes to typing errors
Frederick Muriuki Muriithi
2023-01-20
auth: rename revocation endpoint
Frederick Muriuki Muriithi
2023-01-20
auth: Save token with update
Frederick Muriuki Muriithi
2023-01-20
auth: Setup the user correctly
Frederick Muriuki Muriithi
2023-01-20
auth: Add development utils/tools
Frederick Muriuki Muriithi
2023-01-11
auth: Add missing import
Frederick Muriuki Muriithi
2023-01-05
auth: Persist the user's registration details
Frederick Muriuki Muriithi
2023-01-04
auth: Add `/register-user` endpoint
Frederick Muriuki Muriithi
2023-01-04
auth: return group info as part of user details
Frederick Muriuki Muriithi
2023-01-03
auth: Fetch all of a user's roles.
Frederick Muriuki Muriithi
2022-12-28
auth: Add resource server and /user endpoint
Frederick Muriuki Muriithi
2022-12-22
auth: implement OAuth2 flow.
oauth2_auth_flow
Frederick Muriuki Muriithi
2022-12-21
auth: oauth2: users: Add expected property
Frederick Muriuki Muriithi
2022-12-21
Enable authentication
Frederick Muriuki Muriithi
2022-11-24
auth: Implement `create_resource` function
Frederick Muriuki Muriithi
2022-11-24
auth: Define base exceptions
Frederick Muriuki Muriithi
2022-11-17
auth: Define the `User` type
Frederick Muriuki Muriithi
2022-11-03
Add credentials checking
Frederick Muriuki Muriithi
2022-11-03
Initialise the Auth(entic|oris)ation packages
Frederick Muriuki Muriithi