Ajout du token JWT dans le requêtes

pour être authentifier dans l'API
This commit is contained in:
Sébastien André
2020-03-20 14:18:44 +01:00
parent 4a67b9a5f6
commit 8dc6310080
5 changed files with 135 additions and 77 deletions

View File

@@ -5,5 +5,5 @@ export class User {
firstName: string;
lastName: string;
authdata?: string;
expired?: number;
token?: string;
}