Skip to content

Commit

Permalink
feat(type/user): add token!
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD authored and njfamirm committed May 18, 2023
1 parent ea140cc commit de23795
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/type/src/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ export interface User extends AlwatrDocumentObject {
*/
lpe: number;

/**
* User token, used for user authorization.
* DANGER: This field should not be save in public storage.
*/
token?: string;

/**
* User authorization permissions list.
*/
Expand Down

0 comments on commit de23795

Please sign in to comment.