Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/soumyadip007/angular-8-authentication-and-authorization-json-jwt
- Owner: soumyadip007
- License: mit
- Created: 2019-06-16T08:15:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:25:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T06:19:22.099Z (about 1 month ago)
- Topics: angular8, authentication, authentification, encode-decode, json, json-token, jwt
- Language: TypeScript
- Homepage:
- Size: 4.54 MB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).