Skip to content

User Service

Aishwarya Vijay Sinhasane edited this page Feb 3, 2022 · 3 revisions

Working

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.

Dependencies

  • Python FLASK
  • MongoDB
  • Werkzeug.security

Service Port

Port - 5005

API

https://documenter.getpostman.com/view/19319161/UVeDuTmK