Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3383296
D7537.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
617 B
Referenced Files
None
Subscribers
None
D7537.diff
View Options
diff --git a/shared/protos/identity_client.proto b/shared/protos/identity_client.proto
--- a/shared/protos/identity_client.proto
+++ b/shared/protos/identity_client.proto
@@ -196,8 +196,10 @@
}
message OpaqueLoginFinishResponse {
- // Mint and return a new key upon successful login
- string accessToken = 1;
+ string userID = 1;
+ // Mint and return a new access token upon successful login
+ string accessToken = 2;
+
}
message WalletLoginRequest {
@@ -209,7 +211,8 @@
}
message WalletLoginResponse {
- string accessToken = 1;
+ string userID = 1;
+ string accessToken = 2;
}
// DeleteUser
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 29, 2:47 PM (22 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2597294
Default Alt Text
D7537.diff (617 B)
Attached To
Mode
D7537: [identity] return user ID on login
Attached
Detach File
Event Timeline
Log In to Comment