/AngularJWT

Simple Angular app with login / logout function based on JWT token

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Angular Logo

Description

A simple Angular 8 application with login / logout feature based on JWT token. For a back-end wrote in NestJS to work with JWT see : NestJsJWT

Installation

$ npm install

Running the app

# development
$ npm start

Test the app

For login form, based on the suggested back-end, use one of john/changeme , chris/secret or maria/guess .