store oauth 2.0 user info in token context instead of being passed through frontend parameters

This commit is contained in:
MaysWind
2025-10-21 23:49:18 +08:00
parent 13ada3575a
commit 46e275d843
31 changed files with 174 additions and 83 deletions
-1
View File
@@ -1,4 +1,3 @@
export interface OAuth2CallbackLoginRequest {
readonly provider?: string;
readonly password?: string;
}