Skip to content

User Login-Authentication using Email-Forget Password-Change Password #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ManishKumarKeshri
Copy link
Collaborator

@ManishKumarKeshri ManishKumarKeshri commented Mar 28, 2021

Register:
register
Created a object in database:
database
Recieved an email for authentication
email
Forget/reset Password:
password_reset
Reset Password Email:
password_reset_email
Temporary Password in database:
TemporaryPaswwordInDatabase
Change Password:
changePwd
Login
Returns a session Id as body with HTTP status.
login
Session Info
Returns user details from the session id:
sessionInfo
**Log out
Invalidates the session id:
logout

ManishKumarKeshri added 4 commits March 27, 2021 13:08
Signed-off-by: ManishKumarKeshri <[email protected]>
Signed-off-by: ManishKumarKeshri <[email protected]>
Signed-off-by: ManishKumarKeshri <[email protected]>
Signed-off-by: ManishKumarKeshri <[email protected]>
@ManishKumarKeshri ManishKumarKeshri requested review from pshroff04 and Tristan1900 and removed request for pshroff04 and Tristan1900 March 28, 2021 00:26
@ManishKumarKeshri
Copy link
Collaborator Author

@Tristan1900

@ManishKumarKeshri ManishKumarKeshri changed the title User Login,-Authentication using Email-Forget Password-Changed Password User Login-Authentication using Email-Forget Password-Changed Password Mar 30, 2021
@ManishKumarKeshri ManishKumarKeshri changed the title User Login-Authentication using Email-Forget Password-Changed Password User Login-Authentication using Email-Forget Password-Change Password Mar 30, 2021
@ManishKumarKeshri
Copy link
Collaborator Author

Working on the authentication server.

ManishKumarKeshri added 2 commits May 22, 2021 19:44
Signed-off-by: ManishKumarKeshri <[email protected]>
Signed-off-by: ManishKumarKeshri <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant