https://github.com/techiediaries/angular-jwtauth-demo
Angular 4.3+ Demo Project for JWT Authentication
https://github.com/techiediaries/angular-jwtauth-demo
angular4 authentication jwt jwt-authentication
Last synced: about 2 months ago
JSON representation
Angular 4.3+ Demo Project for JWT Authentication
- Host: GitHub
- URL: https://github.com/techiediaries/angular-jwtauth-demo
- Owner: techiediaries
- Created: 2017-08-17T23:11:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T23:42:37.000Z (almost 9 years ago)
- Last Synced: 2025-07-17T18:03:39.884Z (11 months ago)
- Topics: angular4, authentication, jwt, jwt-authentication
- Language: TypeScript
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 4.3+ Demo Project for JWT or JSON Web Token Authentication
This project makes use of json-server + express to create a simple server for testing
This project uses [@techiediaries/ngx-jwtauth](https://github.com/techiediaries/ngx-jwtauth) for adding a JWT token to each HTTP requests
## Usage
First clone the project the install the dependencies
git clone https://github.com/techiediaries/angular-jwtauth-demo.git
cd angular-jwtauth-demo
npm install
## Running the project
Run backend with `node server.js`
Run `ng serve` for a dev server.
Navigate to `http://localhost:4200/`.