T
T
Timofey Bulgarian2020-05-04 16:27:55
Django
Timofey Bulgarian, 2020-05-04 16:27:55

How to reset password in DRF and Angular?

All password reset methods that I found are based on the principle:
Opened the reset page in jang - Entered an email - Got a link to the mail - Followed the link - Filled in a new password - Done
However, I have an independently deployed application in angular and I do not want to display forms from API faces. I would like something like:
Sent an email to endpoint reset_password - Received a reset code by mail - sent this reset code, email (possibly), and a new password to endpoint reset_password_confirm.

How to implement this in the most successful way and perhaps there are other more successful options?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dnebl, 2020-05-04
@Arhin

https://github.com/anexia-it/django-rest-passwordreset

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question