index
:
gn-auth
enable-key-rotation
enable-sending-emails
handle-role-privilege-escalation
main
GN authentication and authorization service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gn_auth
/
auth
/
authorisation
/
users
/
admin
/
views.py
Age
Commit message (
Expand
)
Author
2024-10-09
Linting: Fix minor linting errors
HEAD
main
Frederick Muriuki Muriithi
2024-10-09
Update Configs: Change `OAUTH2_SCOPE` => `OAUTH2_SCOPES_SUPPORTED`
Frederick Muriuki Muriithi
2024-10-09
Pass on all GET parameters when redirecting.
Frederick Muriuki Muriithi
2024-10-03
Provide a way to change OAuth2 client secrets.
Frederick Muriuki Muriithi
2024-07-31
Enable registration of a public-jwks-uri for every client
Frederick Muriuki Muriithi
2024-07-31
Enable external configuration of session expiry period
Frederick Muriuki Muriithi
2024-06-03
Move user creation from db resultset into static method
Frederick Muriuki Muriithi
2024-05-13
Fix myriad of linting error
Frederick Muriuki Muriithi
2024-05-02
Delete a client's public key.
Frederick Muriuki Muriithi
2024-05-02
Register a client's public key(s).
Frederick Muriuki Muriithi
2024-05-02
Fix editing of grant_types
Frederick Muriuki Muriithi
2024-05-02
Use same name as register-client form
Frederick Muriuki Muriithi
2024-05-02
Make registration of grant-types more flexible.
Frederick Muriuki Muriithi
2024-05-02
use dataclasses' asdict() function.
Frederick Muriuki Muriithi
2024-05-02
Use user-provided values rather than hard-coded values.
Frederick Muriuki Muriithi
2024-05-02
Add error checking to form input data.
Frederick Muriuki Muriithi
2024-04-24
Move the errors module up one level to break circular dependencies.
Frederick Muriuki Muriithi
2024-02-28
Handle the "NotFoundError" exception at the route level
Frederick Muriuki Muriithi
2023-08-08
Use relative imports to break circular import errors
Frederick Muriuki Muriithi
2023-08-07
Change imports to new unified db module.
Frederick Muriuki Muriithi
2023-08-07
Update module name/path
Frederick Muriuki Muriithi
2023-08-04
Copy over files from GN3 repository.
Frederick Muriuki Muriithi