Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/soumyadip007/angular-8-authentication-and-authorization-json-jwt

In Angular 8 - a login page, a home page and an admin page. The example contains two users - a Normal User who has access to the home page, and an Admin User who has access to everything (home page and admin page).
https://github.com/soumyadip007/angular-8-authentication-and-authorization-json-jwt

angular8 authentication authentification encode-decode json json-token jwt

Last synced: 18 days ago
JSON representation

In Angular 8 - a login page, a home page and an admin page. The example contains two users - a Normal User who has access to the home page, and an Admin User who has access to everything (home page and admin page).

Awesome Lists containing this project

README

        

# Angular-8-Authentication-and-Authorization-JSON-JWT
# JWT Token Parsing
In Angular 8 - a login page, a home page and an admin page. The example contains two users - a Normal User who has access to the home page, and an Admin User who has access to everything (home page and admin page).