Skip to content

Commit

Permalink
renamed jwtToken to jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
dlucek committed Aug 28, 2023
1 parent 3a6cf8a commit 77d4c01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openfeed_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ message LoginRequest {
string password = 3;
string clientVersion = 4;
sint32 protocolVersion = 5;
string jwtToken = 6;
/// JSON Web Token
string jwt = 6;
}
message LoginResponse {
sint64 correlationId = 1;
Expand Down

0 comments on commit 77d4c01

Please sign in to comment.