aboutsummaryrefslogtreecommitdiffstats
path: root/backend/routes/auth/authorize.py (follow)
Commit message (Expand)AuthorAgeLines
* `jwt.encode` returns a string, not a bytestring.Gravatar kosayoda2020-12-31-3/+1
* Document auth routeGravatar Joe Banks2020-12-16-2/+26
* Move from PyMongo to Motor driver for asynchronous supportGravatar ks1292020-12-02-1/+1
* Fix linting issues to make flake8 job passingGravatar ks1292020-11-23-1/+2
* Check if a user is an admin in the token payloadGravatar Joe Banks2020-11-14-0/+4
* Add some basic routesGravatar Joe Banks2020-10-25-0/+31