Karaoke Music App created for the JTV Foundation to host Karaoke Videos and allow users to record voice tracks and videos, upload and download the media. (https://www.vr1movement.com/)
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
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