Remove Legacy JWT fields

This commit is contained in:
Ben Toogood
2020-04-01 14:27:56 +01:00
parent 9cbbd71855
commit 26cb6bf5b9
2 changed files with 63 additions and 102 deletions

View File

@@ -30,10 +30,6 @@ message Token {
string refresh_token = 2;
int64 created = 3;
int64 expiry = 4;
string subject = 5;
repeated string roles = 6;
map<string, string> metadata = 7;
string namespace = 8;
}
message Account {