aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/auth/authentication
AgeCommit message (Expand)Author
2024-04-23pylint: Fix linting errors.Frederick Muriuki Muriithi
2024-04-22Resolve the key using the "kid" field.Frederick Muriuki Muriithi
2024-04-22Separate clients' keys from authorisation server's keyFrederick Muriuki Muriithi
2024-04-20Separate authentication from token generationFrederick Muriuki Muriithi
2024-04-20Remove unused importFrederick Muriuki Muriithi
2024-04-20Use the response_type in the request.Frederick Muriuki Muriithi
2024-04-20Setup token validators at app initialisation.Frederick Muriuki Muriithi
2024-04-20Define and register grant for JWT tokens.Frederick Muriuki Muriithi
2024-03-21Rename the_user -> _user.Munyoki Kilyungi
2024-03-21Delete commented out import.Munyoki Kilyungi
2024-03-21Rename "the_code" to "_code".Munyoki Kilyungi
2024-03-13Delete a debug print query.Munyoki Kilyungi
2024-03-13Rename users -> fetch_users.Munyoki Kilyungi
2024-03-13Define AuthorisationCode using frozen dataclass.Munyoki Kilyungi
2024-03-13Rename "the_client" to "_client".Munyoki Kilyungi
2024-03-13Define OAuth2Client using frozen dataclass.Munyoki Kilyungi
2024-03-13Define OAuth2Token using a frozen dataclass.Munyoki Kilyungi
2024-03-13Define User using a frozen dataclass.Munyoki Kilyungi
2024-03-08Correctly check for the refresh_token.Munyoki Kilyungi
2024-03-08Replace "if" branching with "monad_from_none_or_value".Munyoki Kilyungi
2024-03-08Rename "__5_MINUTES__" to "EXPIRY_IN_SECONDS".Munyoki Kilyungi
2024-03-08Explicitly add keyword arguments to AuthorisationCode.Munyoki Kilyungi
2023-11-28Remove bcrypt as a dependencyFrederick Muriuki Muriithi
2023-08-23pylint: Replace `lambda ...` statements with `def ...`Frederick Muriuki Muriithi
2023-08-07Change imports to new unified db module.Frederick Muriuki Muriithi
2023-08-07Update module name/pathFrederick Muriuki Muriithi
2023-08-04Initialise the application and update some module importsFrederick Muriuki Muriithi
2023-08-04Copy over files from GN3 repository.Frederick Muriuki Muriithi