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

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

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/`.