Skip to content

Commit

Permalink
fix(auth): rename id claim
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBalaganskiy committed Feb 6, 2019
1 parent 17f9e49 commit 563eccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/i-token-payload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
permission?: string | string[];
exp: number;
status: string;
nameid: string;
userid: string;
}

0 comments on commit 563eccf

Please sign in to comment.