summaryrefslogtreecommitdiffstats
path: root/src/server/Startup.cs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 to...ivarlovlie2022-02-071-6/+3
* feat: WIP: Map github loginsivarlovlie2022-01-301-24/+6
* 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