feat: implement sign in with idp

This commit is contained in:
Steven
2024-08-06 22:15:28 +08:00
parent 6db8611a58
commit 647726fc2d
15 changed files with 302 additions and 197 deletions

View File

@ -46,7 +46,7 @@ message SignUpRequest {
message SignInWithSSORequest {
// The name of the SSO provider.
int32 idp_name = 1;
string idp_name = 1;
// The code to sign in with.
string code = 2;
// The redirect URI.