GoDoxy/internal/api/v1/auth
Peter Olds abbe4ffceb
feat: add groups support for OIDC claims (#41)
Allow users to specify allowed groups in the env and use it to inspect the claims.

This performs a logical AND of users and groups (additive).
2025-01-14 14:15:57 +08:00
..
auth.go fix tests and callbackURL 2025-01-14 05:29:13 +08:00
oidc.go feat: add groups support for OIDC claims (#41) 2025-01-14 14:15:57 +08:00
oidc_test.go feat: add groups support for OIDC claims (#41) 2025-01-14 14:15:57 +08:00
provider.go fix tests and callbackURL 2025-01-14 05:29:13 +08:00
userpass.go fix tests and callbackURL 2025-01-14 05:29:13 +08:00
userpass_test.go fix tests and callbackURL 2025-01-14 05:29:13 +08:00
utils.go auth code cleanup 2025-01-14 04:05:33 +08:00