summaryrefslogtreecommitdiffstats
path: root/src/server/Models/Database/User.cs
Commit message (Collapse)AuthorAgeFilesLines
* chore: Cleanup warnings and unused codeivarlovlie2022-02-071-4/+2
|
* feat: WIP: Map github loginsivarlovlie2022-01-301-5/+5
| | | | | | 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.
* Initial commitivarlovlie2022-01-221-0/+24