beckn / beckn-ui-workspace

Mono Repo for Beckn UI Workspace
9 stars 11 forks source link

Reset Password API integration with policy portal #2056

Open emmayank opened 1 week ago

emmayank commented 1 week ago

Description

This task involves integrating the Reset Password API within the Policy Portal. The Reset Password API will allow users who have forgotten their passwords to securely reset them and regain access to the Policy Portal. The integration should include a password reset flow where users can request a reset, receive a token via email, and reset their password using the token. The integration must ensure secure handling of tokens and user credentials.

Goals

Expected Outcome

  1. A fully integrated and functional Reset Password API within the Policy Portal.
  2. Users will be able to request a password reset and follow the process to securely reset their passwords.
  3. Secure handling of reset tokens and updated user credentials.
  4. Improved user experience and security in managing forgotten passwords.

Acceptance Criteria

Mockups / Wireframes

NA

Product Name

Beckn

Domain

NA

Tech Skills Needed

Strapi, Frontend Development, Security Best Practices

Complexity

Medium

Category

Development

Sub Category

Authentication

rahul-eminds commented 5 days ago

Integrated the reset password API PR: https://github.com/beckn/beckn-ui-workspace/pull/2099