MusicApp icon indicating copy to clipboard operation
MusicApp copied to clipboard

Implement OAuth 2.0 on frontend

Open shvam0000 opened this issue 3 years ago • 0 comments

Detailed description

Currently, the authentication is done by using firebase rest API. We have a custom backend (OAuth 2.0) which is to be implemented on the frontend.

Context

This will enable us to store the authentication data in a single database.

Additional information

We need to create a page for the reset password form which will be loaded on dynamic urls created by the backend. The user will get a reset password link in their email which will lead them to that page which will allow the user to update their password. The front end will send that data to the backend which will verify and update the password after which we will redirect the user back to the login page

shvam0000 avatar Feb 24 '22 16:02 shvam0000