Ajout du token JWT dans le requêtes
pour être authentifier dans l'API
This commit is contained in:
@@ -5,5 +5,5 @@ export class User {
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
authdata?: string;
|
||||
expired?: number;
|
||||
token?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user