sso_auth improvements (#7197)

Co-authored-by: Timshel <timshel@users.noreply.github.com>
This commit is contained in:
Timshel
2026-05-16 21:18:46 +02:00
committed by GitHub
co-authored by Timshel
parent 2f85b62d2f
commit a057c7deae
11 changed files with 59 additions and 48 deletions
+1
View File
@@ -262,6 +262,7 @@ table! {
nonce -> Text,
redirect_uri -> Text,
code_response -> Nullable<Text>,
code_response_error -> Nullable<Text>,
auth_response -> Nullable<Text>,
created_at -> Timestamp,
updated_at -> Timestamp,