summaryrefslogtreecommitdiffstats
path: root/src/server/Startup.cs
Commit message (Collapse)AuthorAgeFilesLines
* .ivarlovlie2022-04-211-1/+1
|
* feat: Experiment with tailwindivarlovlie2022-02-141-2/+2
|
* feat: Configure header forwarding according to documentation!ivarlovlie2022-02-121-3/+7
|
* feat: Add UseForwardedHeaders when in productionivarlovlie2022-02-121-4/+8
|
* feat: Set redirect uri on event handler, doing this because i keep getting a ↵ivarlovlie2022-02-111-0/+4
| | | | default redirect uri in the generated request to github
* feat: Cors config is only used in dev, reverse proxy handles productionivarlovlie2022-02-111-6/+6
|
* feat: add prod url to cors configivarlovlie2022-02-111-1/+2
|
* fix: Don't use github as default challenge scheme as this results in a 302 ↵ivarlovlie2022-02-071-6/+3
| | | | to github by default when auth is required
* feat: WIP: Map github loginsivarlovlie2022-01-301-24/+6
| | | | | | 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: WIP: Add option to login in with githubivarlovlie2022-01-231-1/+18
|
* feat: Remove stale tokens on a regular basisivarlovlie2022-01-231-2/+23
|
* feat: Execute startup tasksivarlovlie2022-01-231-0/+2
|
* feat(auth): Implements first draft of basic auth gen/validationivarlovlie2022-01-231-2/+2
|
* Initial commitivarlovlie2022-01-221-0/+131