mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-08-11 19:43:43 +08:00
refactor: rework oidc session storage (#913)
This commit is contained in:
@@ -22,11 +22,7 @@ sql:
|
||||
go_type: "string"
|
||||
- column: "sessions.ldap_groups"
|
||||
go_type: "string"
|
||||
- column: "oidc_codes.nonce"
|
||||
go_type: "string"
|
||||
- column: "oidc_tokens.nonce"
|
||||
go_type: "string"
|
||||
- column: "oidc_codes.code_challenge"
|
||||
- column: "oidc_sessions.nonce"
|
||||
go_type: "string"
|
||||
- engine: "postgresql"
|
||||
queries: "sql/postgres/*_queries.sql"
|
||||
|
||||
Reference in New Issue
Block a user