summaryrefslogtreecommitdiffstats
path: root/src/server/Utilities
Commit message (Collapse)AuthorAgeFilesLines
* feat: Write database connection details when getting configuration stringsivarlovlie2022-02-101-0/+2
|
* chore: Cleanup warnings and unused codeivarlovlie2022-02-072-2/+2
|
* feat: Handle user creation and claims mapping when authenticating with githubivarlovlie2022-02-071-14/+50
|
* 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