Scott McKendry
3390debab7
handle edge cases
2026-07-30 07:20:51 +12:00
Scott McKendry
c5bccd0b7b
should be non-breaking now ;)
2026-07-30 07:06:54 +12:00
Scott McKendry
cce0eaa974
rework to keep regex under specific conditions
2026-07-28 19:53:16 +12:00
Scott McKendry
3d5ab54ab8
fix(acls): auth bypass via forward auth
2026-07-27 19:43:47 +12:00
Scott McKendry and GitHub
359000f731
feat(db): add postgresql support ( #892 )
2026-05-26 00:08:59 +03:00
Scott McKendry and GitHub
e532cde2b6
fix: potential nil pointer dereferences ( #893 )
2026-05-24 17:23:48 +03:00
Scott McKendry and GitHub
7aa25210f5
feat(config): allow global bypass by ip ( #889 )
2026-05-23 19:58:48 +03:00
Scott McKendry and GitHub
8849d7e00f
fix(frontend): tailscale prompt on every login ( #888 )
2026-05-21 21:02:46 +03:00
Scott McKendry and GitHub
a56c349525
refactor(db): use new store interface ( #831 )
2026-05-18 22:33:09 +03:00
Scott McKendry and GitHub
5d95123dcb
feat(oidc): support for all in-spec attributes and scopes ( #777 )
...
* feat(oidc): support for all in-spec attributes and scopes
* add tests
* assert phone/email verified when either is set
* update tests
* add claims back to userinfo
* remove redundant column drop in migration
* fix duplicate migration id
* fix clobbered imports post-rebase
2026-04-27 19:25:52 +03:00
Scott McKendry and GitHub
18c8413ea3
feat: support unsigned oidc request objects ( #785 )
2026-04-12 19:19:47 +03:00
Scott McKendry and GitHub
646e24d98c
feat(oidc): support access token in body for user info post ( #769 )
2026-04-08 09:54:54 +01:00
Scott McKendry and GitHub
0d286d1864
feat(oidc): add post route for /userinfo ( #767 )
...
easy two-liner to pass `oidcc-userinfo-post-header` test in conformance
suite.
2026-04-07 23:28:38 +01:00
Scott McKendry and GitHub
f628d1f0b3
fix(redirect): allow root cookie domain host redirects ( #409 )
...
Previously IsRedirectSafe rejected redirects to the exact cookie domain
when AppURL had multiple subdomain levels, because it stripped the first
label twice.
2025-10-13 11:55:43 +03:00