aboutsummaryrefslogtreecommitdiffstats
path: root/backend/authentication (follow)
Commit message (Collapse)AuthorAgeLines
* Use redis to store the role cacheGravatar Chris Lovering2024-07-17-3/+3
|
* Use redis for the discord member cache over mongoGravatar Chris Lovering2024-07-16-3/+3
|
* Apply fixable lint settings with RuffGravatar Joe Banks2024-07-08-27/+28
|
* Handle Improper Output For UnittestsGravatar Hassan Abouelela2022-07-01-0/+4
| | | | | | | | | | The old testing code only checks the first character of the stdout, meaning that if a user succeeds in printing a 1 before the rest of the output, the testing code will consider that a pass and discard the rest. This change checks that the rest of the stdout is empty as expected. Signed-off-by: Hassan Abouelela <[email protected]>
* Switch To List CompGravatar Hassan Abouelela2022-02-05-5/+1
| | | | | Co-authored-by: Bluenix <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]>
* Overhaul Scope SystemGravatar Hassan Abouelela2022-02-05-9/+45
| | | | | | | 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-3/+3
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Centralizes Admin AuthenticationGravatar Hassan Abouelela2021-02-20-7/+11
| | | | | | | 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]>
* Adds Token Refresh RouteGravatar Hassan Abouelela2021-02-19-0/+17
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Uses Builtin User ClassGravatar Hassan Abouelela2020-12-18-0/+4
| | | | | | Uses builtin user formatting for username and mentions. Signed-off-by: Hassan Abouelela <[email protected]>
* minor refactoringsGravatar decorator-factory2020-12-15-6/+4
|
* fix various type annotation issuesGravatar decorator-factory2020-12-15-3/+3
|
* Fix import of userGravatar ks1292020-12-01-1/+2
|
* Create authentication backend for JWTGravatar ks1292020-12-01-1/+54
|
* Create BaseUser implementation for JWT authenticationGravatar ks1292020-12-01-0/+25