Age | Commit message (Expand) | Author | Files | Lines |
2025-04-27 | Set actual value to expires_in field in access token response | Tim | 1 | -2/+2 |
2025-04-26 | Add oidc discovery endpoint | Tim | 3 | -1/+53 |
2025-04-26 | Rename Dashboard to Settings | Tim | 1 | -2/+2 |
2025-04-26 | Make pages responsive | Tim | 2 | -0/+2 |
2025-04-25 | Show ip on dashboard when no user is detected. | Tim | 1 | -2/+1 |
2025-04-23 | Add link to docs for HashCodeVerifier function | Tim | 1 | -0/+1 |
2025-04-23 | Add garbage collector and delete auth request on auth code exchange | Tim | 3 | -0/+55 |
2025-04-22 | Add config option to only let specific users log into app | Tim | 2 | -5/+9 |
2025-04-22 | Require scopes for oidc user information endpoint | Tim | 1 | -9/+22 |
2025-04-21 | Update user interface | Tim | 4 | -22/+63 |
2025-04-21 | Move api handler out of Program.cs | Tim | 4 | -189/+221 |
2025-04-20 | Validate code verifer on authorization code exchange | Tim | 1 | -2/+25 |
2025-04-20 | Show requested scopes on auth page | Tim | 1 | -0/+8 |
2025-04-19 | Add OIDC user-information endpoint | Tim | 8 | -8/+256 |
2025-04-19 | Add user information settings | Tim | 10 | -29/+302 |
2025-04-18 | Initial commit | Tim | 16 | -0/+707 |