Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Centralizes Admin Authentication | 2021-02-20 | -0/+9 | |
| | | | | | | | Sets admin authentication on authenticator to allow the addition and removal of admins without creating a new token. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Adds Token Refresh Route | 2021-02-19 | -0/+17 | |
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Uses Builtin User Class | 2020-12-18 | -0/+4 | |
| | | | | | | Uses builtin user formatting for username and mentions. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | minor refactorings | 2020-12-15 | -2/+1 | |
| | ||||
* | fix various type annotation issues | 2020-12-15 | -1/+1 | |
| | ||||
* | Create BaseUser implementation for JWT authentication | 2020-12-01 | -0/+22 | |