JJCSA / backend

0 stars 1 forks source link

Create Forgot Password feature #90

Closed shah-tejas closed 2 years ago

shah-tejas commented 2 years ago

Create 2 APIs

  1. Forgot password API, takes user email and sends them an email with a generated code
  2. Password code verification API, takes user email and temp code and new password and updates the password in keycloak.