Skip to content

Implemeted User server or Auth server for generating login, Signup and generating JWT tokens using secrets

Notifications You must be signed in to change notification settings

piysinha/UserService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

We are going to implement this below services as a part of user services in this project.

  1. Implementing Signup
  2. Implementing Login
  3. Implementing Logout
  4. Implementing Validate

In this project we will be creating a Auth controller which will take care of all of the Authentication related things will be in Auth Controller.

List of Services to be created in the auth controller

  1. Login
  2. Logout
  3. SignUp
  4. Validate

We are going to create a Role Controler in which we will creating a new role of the user.

About

Implemeted User server or Auth server for generating login, Signup and generating JWT tokens using secrets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages