summaryrefslogtreecommitdiffstats
path: root/src/server/Migrations
Commit message (Collapse)AuthorAgeFilesLines
* feat: WIP: Map github loginsivarlovlie2022-01-303-0/+260
| | | | | | 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(auth): Implements first draft of basic auth gen/validationivarlovlie2022-01-233-5/+279
|
* Initial commitivarlovlie2022-01-225-0/+284