aboutsummaryrefslogtreecommitdiffstats
path: root/backend/authentication/backend.py (follow)
Commit message (Collapse)AuthorAgeLines
* Use redis to store the role cacheGravatar Chris Lovering2024-07-17-1/+1
|
* Use redis for the discord member cache over mongoGravatar Chris Lovering2024-07-16-1/+1
|
* Apply fixable lint settings with RuffGravatar Joe Banks2024-07-08-20/+21
|
* Overhaul Scope SystemGravatar Hassan Abouelela2022-02-05-2/+7
| | | | | | | Adds discord role support to the pre-existing scopes system to power more complex access permissions. Signed-off-by: Hassan Abouelela <[email protected]>
* Renames Token To `token` Gravatar Hassan Abouelela2021-03-06-1/+1
| | | | | Changes the name for the token used to authorize with the backend. Co-authored-by: Joe Banks <[email protected]>
* Make Admin Fetch AsyncGravatar Hassan Abouelela2021-03-01-1/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Centralizes Admin AuthenticationGravatar Hassan Abouelela2021-02-20-7/+2
| | | | | | | 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]>
* Refreshes User Data On Form SubmitGravatar Hassan Abouelela2021-02-19-11/+31
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* minor refactoringsGravatar decorator-factory2020-12-15-4/+3
|
* fix various type annotation issuesGravatar decorator-factory2020-12-15-2/+2
|
* Fix import of userGravatar ks1292020-12-01-1/+2
|
* Create authentication backend for JWTGravatar ks1292020-12-01-0/+52