We are going to implement this below services as a part of user services in this project.
- Implementing Signup
- Implementing Login
- Implementing Logout
- 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
- Login
- Logout
- SignUp
- Validate
We are going to create a Role Controler in which we will creating a new role of the user.