issue title:
Create API for authentication when user login.
Description:
Create API which will response to user when they log in through their email to check if they are registered in database.
After user made requests through email there will response with userId for further work, if not then the login failed (error 404)
Proposed Works:
- Created API to receive email from user then made response according to description.
issue title:
Create API for authentication when user login.
Description:
Create API which will response to user when they log in through their email to check if they are registered in database.
After user made requests through email there will response with userId for further work, if not then the login failed (error 404)
Proposed Works: