Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-21 | Enable authentication | Frederick Muriuki Muriithi | |
* gn3/auth/authentication/routes.py: Add `/login` endpoint and a function to validate the login credentials. * gn3/auth/authentication/users.py: add function to fetch user details by email | |||
2022-11-17 | auth: Define the `User` type | Frederick Muriuki Muriithi | |
* gn3/auth/authentication.py -> gn3/auth/authentication/__init__.py: Convert module to package * gn3/auth/authentication/users.py: Define the `User` type |