- add: session_id to the validate token response
- add: session_id to the jwt generated token
This commit is contained in:
@@ -35,6 +35,7 @@ message ValidateTokenRequest {
|
||||
message ValidateTokenResponse {
|
||||
bool valid = 1;
|
||||
string user_id = 2;
|
||||
string session_id = 3;
|
||||
}
|
||||
|
||||
message ValidateSessionRequest {
|
||||
|
||||
Reference in New Issue
Block a user