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
Age
Commit message (
Expand
)
Author
2024-08-21
Only import anonymous collections if they contain traits
zsloan
2024-08-21
Update 'changed' field when traits are added or removed from collections
zsloan
2024-08-21
Do actual password change.
Frederick Muriuki Muriithi
2024-08-21
Provide email and improve UI text/notification.
Frederick Muriuki Muriithi
2024-08-20
Save to DB then send email
Frederick Muriuki Muriithi
2024-08-20
Handle the "GET" part of the change-password request
Frederick Muriuki Muriithi
2024-08-20
Pass GET parameters for correct redirection.
Frederick Muriuki Muriithi
2024-08-20
Fix query: Replace any existing token.
Frederick Muriuki Muriithi
2024-08-19
Generate token and send out "Forgot Password" email
Frederick Muriuki Muriithi
2024-08-15
Fix a bunch of linting errors.
Frederick Muriuki Muriithi
2024-08-15
Reduce UI complexity
Frederick Muriuki Muriithi
2024-08-15
Import specific classes from the datetime module.
Frederick Muriuki Muriithi
2024-08-15
fix: bugs with generating auth tokens
John Nduli
2024-08-15
fix: bugs in masquerade api
John Nduli
2024-08-13
Emails: Make "From" address configurable
Frederick Muriuki Muriithi
2024-08-08
Bug: Prevent fall-through to verification if code is expired.
Frederick Muriuki Muriithi
2024-08-08
Forward email to email verification page.
Frederick Muriuki Muriithi
2024-08-07
Log out user registration errors at the `ERROR` log-level.
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-17
Fix mypy errors
Frederick Muriuki Muriithi
2024-06-17
Use the form's json attribute to retrieve sent data
Frederick Muriuki Muriithi
2024-06-04
Redirect appropriately when verifying emails.
Frederick Muriuki Muriithi
2024-06-03
Handle unverified emails
Frederick Muriuki Muriithi
2024-06-03
Provide endpoint for verification and do verification
Frederick Muriuki Muriithi
2024-06-03
Send verification email on registration.
Frederick Muriuki Muriithi
2024-06-03
Use asdict(...)
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-03-13
Define Resource/ResourceCategory using frozen dataclass.
Munyoki Kilyungi
2024-03-13
Define Privilege/Role using frozen dataclass.
Munyoki Kilyungi
2024-03-13
Define Group using a frozen dataclass.
Munyoki Kilyungi
2024-03-13
Define User using a frozen dataclass.
Munyoki Kilyungi
2024-02-28
Handle the "NotFoundError" exception at the route level
Frederick Muriuki Muriithi
2023-12-18
Provide the correct Redis key
Frederick Muriuki Muriithi
2023-11-22
Move system admin creation
Frederick Muriuki Muriithi
2023-11-13
Update check for admins
Frederick Muriuki Muriithi
2023-10-12
Bugs: Fix query and provide default function for inbredset-group
Frederick Muriuki Muriithi
2023-09-26
Update /roles endpoint: rework code for new `user_roles` function
Frederick Muriuki Muriithi
2023-09-26
Move `groups` package under `resources` package
Frederick Muriuki Muriithi
2023-08-08
Use relative imports to break circular import errors
Frederick Muriuki Muriithi
[next]