summaryrefslogtreecommitdiffstats
path: root/src/server/Utilities
Commit message (Collapse)AuthorAgeFilesLines
* feat: WIP: Map github loginsivarlovlie2022-01-302-0/+52
| | | | | | When github is used for login, we want to create a mapping to a regular user in our database. This is mainly so that we don't have to change the PK in our database or add a column to it.
* feat: Remove stale tokens on a regular basisivarlovlie2022-01-231-0/+16
|
* chore: Clean up warningsivarlovlie2022-01-231-1/+0
|
* feat(auth): Implements first draft of basic auth gen/validationivarlovlie2022-01-232-14/+59
|
* Initial commitivarlovlie2022-01-224-0/+160