An open API service indexing awesome lists of open source software.

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.

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.

![AngularandJWT](screenshots/angular-and-jwt-1.png)

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

Successful authentication:

![Http200Screenshot](screenshots/http_200.png)

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

Bad credentials error:

![Http401Screenshot](screenshots/http_401.png)

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