https://github.com/edgar-code-repository/angular-jwt-authentication
Work in progress!!! JWT authentication with Angular 14.
https://github.com/edgar-code-repository/angular-jwt-authentication
angular jwt
Last synced: about 2 months ago
JSON representation
Work in progress!!! JWT authentication with Angular 14.
- Host: GitHub
- URL: https://github.com/edgar-code-repository/angular-jwt-authentication
- Owner: edgar-code-repository
- Created: 2024-03-13T03:10:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T22:37:07.000Z (over 2 years ago)
- Last Synced: 2025-10-25T05:38:08.393Z (8 months ago)
- Topics: angular, jwt
- Language: CSS
- Homepage:
- Size: 5.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JWT AUTHENTICATION WITH ANGULAR
----------------------------------------------------------------------------------------------
Application created with Angular 14 that connects to a REST Login API.
When a user authenticates successfully a JWT Token is received from the Login API.

----------------------------------------------------------------------------------------------
Successful authentication:

----------------------------------------------------------------------------------------------
Bad credentials error:

----------------------------------------------------------------------------------------------