https://github.com/auth0-samples/angular2-jwt-samples
Sample project for the angular2-jwt library
https://github.com/auth0-samples/angular2-jwt-samples
angular dx-sdk-quickstart jwt
Last synced: 9 months ago
JSON representation
Sample project for the angular2-jwt library
- Host: GitHub
- URL: https://github.com/auth0-samples/angular2-jwt-samples
- Owner: auth0-samples
- License: mit
- Created: 2019-06-26T20:51:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T20:10:06.000Z (about 2 years ago)
- Last Synced: 2024-04-10T16:07:51.601Z (almost 2 years ago)
- Topics: angular, dx-sdk-quickstart, jwt
- Language: TypeScript
- Homepage:
- Size: 3.31 MB
- Stars: 3
- Watchers: 25
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Angular 2 JWT sample apps
This is a repo containing Angular applications that use [angular2-jwt](https://github.com/auth0/angular2-jwt) to attach access tokens to API requests via an [HttpInterceptor](https://angular.io/api/common/http/HttpInterceptor).
The goal is to facilitate testing of the angular2-jwt library under different conditions.
## The Samples
[Angular8](/angular8) - Sample built using Angular 8, based on the [Auth0 Angular Quickstart sample](https://auth0.com/docs/quickstart/spa/angular2)