aboutsummaryrefslogtreecommitdiff
path: root/gn3/auth/authentication/routes.py
AgeCommit message (Collapse)Author
2022-12-21Enable authenticationFrederick 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