Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 535 Bytes

File metadata and controls

17 lines (10 loc) · 535 Bytes

Angular 8 + JWT Authorization

This is an example to authenticate an user using JWT Pattern

Setting the enviroment up

  • Clone this repository and then run npm install in the root path

  • After that, you could run ng serve -o, to serve on http://localhost:4200

  • Now, the default user and password to authenticate is test and test, try it to show how it works!

Tools