OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Maksim Nabokikh c3bc1d7466
feat: add auth_time, prompt, and max_age fields (#4662)
1 week ago
..
config.go feat: Disallow unknown config fields (#4531) 1 month ago
config_test.go test: add concurrency tests for storage implementations (#4631) 3 weeks ago
crud.go feat: add auth_time, prompt, and max_age fields (#4662) 1 week ago
crud_test.go chore: fix lint violations 4 years ago
migrate.go feat: add auth_time, prompt, and max_age fields (#4662) 1 week ago
migrate_test.go refactor: simplify tests by using slog.DiscardHandler (#4058) 1 year ago
postgres_test.go test: use new Go features in tests 7 months ago
sql.go fix(mysql): quote `groups` reserved word in query replacer (#4580) 1 month ago
sql_test.go storage/sql: add a SQL storage implementation 10 years ago
sqlite.go use slog for structured logging (#3502) 2 years ago
sqlite_no_cgo.go Allow compilation without CGO (#4266) 8 months ago
sqlite_test.go test: add concurrency tests for storage implementations (#4631) 3 weeks ago