fix: seperat login exchange logic for internal and external user

This commit is contained in:
GareArc
2025-06-04 16:10:24 +09:00
parent 28eb95276d
commit 88c59f06cb
2 changed files with 10 additions and 0 deletions

View File

@ -112,6 +112,7 @@ class WebAppAuthService:
"user_id": account.id,
"session_id": account.email,
"token_source": "webapp_login_token",
"auth_type": "internal",
"exp": exp,
}