Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 697 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 697 Bytes

A Simple JWT Example with Angular

This is a simple example of using JSON Web Tokens (JWT) with automatic token refresh in an Angular web application. This project was generated with Angular CLI version 8.2.2.

Quick Start

Note: You will need a current version of @angular/cli installed globally on your system.

Setup

Install the required packages with:

npm install

Run the Development server

ng serve

This will start the development server. You can access it with a web browser at http://localhost:4200.