support linking OAuth 2.0 user to logged-in users

This commit is contained in:
MaysWind
2025-10-31 01:22:47 +08:00
parent 8a0777be4c
commit b690316aa7
24 changed files with 172 additions and 44 deletions
+1
View File
@@ -1,4 +1,5 @@
export interface OAuth2CallbackLoginRequest {
readonly password?: string;
readonly passcode?: string;
readonly token?: string;
}