mirror of
https://github.com/cuigh/swirl
synced 2025-06-26 18:16:50 +00:00
Support token auth
This commit is contained in:
@@ -17,6 +17,10 @@ export interface User {
|
||||
status: number;
|
||||
email: string;
|
||||
roles: string[];
|
||||
tokens: {
|
||||
name: string;
|
||||
value: string;
|
||||
}[];
|
||||
createdAt: number;
|
||||
updatedAt: number;
|
||||
createdBy: {
|
||||
|
||||
Reference in New Issue
Block a user