Skip to content

Angular 8 JWT User Authentication Tutorial - Learn how to build and implement JSON web token (JWT) based user authentication system in Angular 8 or 9 app.

Notifications You must be signed in to change notification settings

Javril/angular-meanstack-authentication

 
 

Repository files navigation

AngularMeanstackAuthentication

Angular 8 JWT User Authentication Tutorial - Learn how to build and implement JSON web token (JWT) based user authentication system in Angular 8 or 9 app.

Angular 8 JWT User Authentication Tutorial

Clone Token-Based Auth API

Clone the repo inside the Angular's root folder.

  • git clone https://github.com/SinghDigamber/node-token-based-authentication.git

Start the Node Server

  • Run npm install to install required packages
  • Open terminal run nodemon
  • Open other terminal run mongod

Authentication REST APIs

  • GET (users list) /api
  • POST (sign-in) /api/signin
  • POST (sign-up) /api/register-user
  • GET (user profile) /api/user-profile/id
  • PUT (update user) /api/update-user/id
  • DELETE (delete user) /api/delete-user/id

Node API URL on http://localhost:4000/api

About

Angular 8 JWT User Authentication Tutorial - Learn how to build and implement JSON web token (JWT) based user authentication system in Angular 8 or 9 app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.7%
  • HTML 13.5%
  • JavaScript 8.5%
  • CSS 2.3%