Il s'agit d'un système d'authentification par jeton avec Angular et Jwt
https://ns-jwt-angular-auth.netlify.app/
Here're some of the project's best features:
- Login
- Register
- Génération du token d'authentification
- Déconnexion
1. Récupérer le serveur
git clone https://github.com/nsWilfried/Angular-jwt-server
2. Installer les dépendances du serveur
npm install
3. Lancer le serveur
npm run dev
4. Récupérer le client
git clone https://github.com/nsWilfried/Angular-jwt-auth
5. Installer les dépendances du client
npm install
6. Lancer le client
ng serve
Technologies used in the project:
- Angular
- Angular Material
This project is licensed under the MIT