forked from Yara724/api
Compare commits
2 Commits
a7849f915a
...
921f9719c7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
921f9719c7 | ||
|
|
19dc2a76f2 |
@@ -1,6 +1,7 @@
|
||||
export interface JwtPayload {
|
||||
sub: string;
|
||||
role: string;
|
||||
clientId?: string;
|
||||
iat?: number;
|
||||
exp?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user