| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | . | ivarlovlie | 2022-04-21 | 1 | -1/+1 |
| | | |||||
| * | feat: Experiment with tailwind | ivarlovlie | 2022-02-14 | 1 | -2/+2 |
| | | |||||
| * | feat: Configure header forwarding according to documentation! | ivarlovlie | 2022-02-12 | 1 | -3/+7 |
| | | |||||
| * | feat: Add UseForwardedHeaders when in production | ivarlovlie | 2022-02-12 | 1 | -4/+8 |
| | | |||||
| * | feat: Set redirect uri on event handler, doing this because i keep getting a ↵ | ivarlovlie | 2022-02-11 | 1 | -0/+4 |
| | | | | | default redirect uri in the generated request to github | ||||
| * | feat: Cors config is only used in dev, reverse proxy handles production | ivarlovlie | 2022-02-11 | 1 | -6/+6 |
| | | |||||
| * | feat: add prod url to cors config | ivarlovlie | 2022-02-11 | 1 | -1/+2 |
| | | |||||
| * | fix: Don't use github as default challenge scheme as this results in a 302 ↵ | ivarlovlie | 2022-02-07 | 1 | -6/+3 |
| | | | | | to github by default when auth is required | ||||
| * | feat: WIP: Map github logins | ivarlovlie | 2022-01-30 | 1 | -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 github | ivarlovlie | 2022-01-23 | 1 | -1/+18 |
| | | |||||
| * | feat: Remove stale tokens on a regular basis | ivarlovlie | 2022-01-23 | 1 | -2/+23 |
| | | |||||
| * | feat: Execute startup tasks | ivarlovlie | 2022-01-23 | 1 | -0/+2 |
| | | |||||
| * | feat(auth): Implements first draft of basic auth gen/validation | ivarlovlie | 2022-01-23 | 1 | -2/+2 |
| | | |||||
| * | Initial commit | ivarlovlie | 2022-01-22 | 1 | -0/+131 |
