We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57626fd commit bc02ed4Copy full SHA for bc02ed4
.gitignore
@@ -1,2 +1,3 @@
1
/node_modules
2
/dist
3
+.idea/
src/interfaces/jwt.interface.ts
@@ -57,6 +57,11 @@ export interface JWTPayload {
57
*/
58
role?: string;
59
60
+ /**
61
+ * Roles of the user associated with the JWT
62
+ */
63
+ roles?: string[];
64
+
65
/**
66
* Permissions granted to the user associated with the JWT
67
0 commit comments