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

Password reset APIs (OTP based) #49

Merged

Conversation

choxx
Copy link
Collaborator

@choxx choxx commented Jan 5, 2023

Description

APIs added to support password reset for users with phone numbers registered.

Changes

APIs added:

  • POST /api/changePassword/sendOTP
  • PATCH /api/changePassword/update

Fusion Auth service cleanup was done.

- POST `/api/changePassword/sendOTP`
- PATCH `/api/changePassword/update`
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3846268436

  • 5 of 59 (8.47%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 25.548%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/api/api.controller.ts 3 5 60.0%
src/api/fusionauth/fusionauth.service.ts 0 10 0.0%
src/api/api.service.ts 2 44 4.55%
Totals Coverage Status
Change from base Build 3793871873: 0.2%
Covered Lines: 566
Relevant Lines: 2050

💛 - Coveralls

@choxx choxx merged commit ee38540 into Samagra-Development:master Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants