fix oauth

This commit is contained in:
lendry
2026-06-26 09:43:15 +03:00
parent c3b2eb4a50
commit dd4323ba51
7 changed files with 229 additions and 21 deletions

View File

@@ -44,6 +44,7 @@ message AuthorizeRequest {
string redirectUri = 3;
string scope = 4;
optional string state = 5;
optional string nonce = 6;
}
message AuthorizeResponse {
@@ -79,6 +80,10 @@ message UserInfoResponse {
optional string phone = 3;
string name = 4;
optional string picture = 5;
optional bool email_verified = 6;
optional string preferred_username = 7;
optional string phone_number = 8;
optional bool phone_number_verified = 9;
}
message SendOtpRequest {