-
Notifications
You must be signed in to change notification settings - Fork 3
User Service
Aishwarya Vijay Sinhasane edited this page Feb 3, 2022
·
3 revisions
This service is used to store user credentials and verify them at the time of logging in. This is mainly used for logging the user in.
- SignUP API
This API works to store data of registered users such as Name, Email-ID, and Password. This will store passwords in encrypted format using SHA256.
- Login API
This API is used to verify user credentials and log the user in. This will check for the email and password of the user. It will decrypt the stored password and will check the password. If it is correct it will send success response.
- Python FLASK
- MongoDB
- Werkzeug.security
Port - 5005
- Architecture
- Workflows & Use Case Diagram
- API Reference
- API Reference for Merra Data
- Microservices
- Local Installation
- Scalability