mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-06-02 17:40:14 +00:00
refactor: rework oidc session storage
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