Skip to content
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

Create Backend Endpoints For recover password option on Sign In Screen #551

Open
robotjellyzone opened this issue Apr 27, 2020 · 2 comments
Assignees
Labels
Category: Coding Changes to code base or refactored code that doesn't fix a bug.

Comments

@robotjellyzone
Copy link

Is your feature request related to a problem? Please describe.
The mobile app does not have a forgot password option, so for that we need to first add the backend api/endpoints and then we can move on to create it on android/frontend part which will fix this issue #59 of android

Describe the solution you'd like
We need to add the backend endoints for both sending a reset link in email and then using that reset link , update the password so, in all two endpoints are needed to be created .

Describe alternatives you've considered
Till now, i think to resolve the various issues of forgot password that were created on the android repo first needs a backend endpoints on swagger then only one can continue to create them on the android's frontend login screen of the app.

Additional context
N/A

@robotjellyzone
Copy link
Author

Since , i have already shared the solution for this with @isabelcosta in the AMA session and in the comment section of #59 which i am alreday assigned with so, i will adding its solution immediately now.

@robotjellyzone
Copy link
Author

I have added the PR for this issue without being assigned again as i have already told this to @isabelcosta that i will adding this issue for solving this issue -- #59 which requires the backend endpoints at the backend side first then i can add the code for front end side for this . I am alreday assigned this in android side [as a proof this is the issue to which i am already assigned to ] --> #59

@robotjellyzone robotjellyzone changed the title Create recover password option on Sign In Screen Create Bakend Endpoints For recover password option on Sign In Screen Apr 27, 2020
@robotjellyzone robotjellyzone changed the title Create Bakend Endpoints For recover password option on Sign In Screen Create Backend Endpoints For recover password option on Sign In Screen Apr 27, 2020
@isabelcosta isabelcosta added the Category: Coding Changes to code base or refactored code that doesn't fix a bug. label Apr 27, 2020
@robotjellyzone robotjellyzone added First Timers Only Good for newcomers. and removed First Timers Only Good for newcomers. labels Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Coding Changes to code base or refactored code that doesn't fix a bug.
Projects
None yet
2 participants