anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy
BSD 3-Clause "New" or "Revised" License
419 stars 148 forks source link

Basic usage questions... maybe a request for the docs? #75

Closed kohlab closed 4 years ago

kohlab commented 4 years ago

Please forgive the newbie questions, but I'm trying to understand how this library is supposed to be used. I see that a call to the reset_password endpoint will generate a token and a signal, enabling a function to send an email to the given email address with that token in it. I presume that when the user clicks the link in the email, they can then be presented with a form to fill in a new password. What I don't get is:

Thanks!

Cheesy008 commented 4 years ago

Hello, i also didn't get how to send this token to fronted. Have you found out something?

kohlab commented 4 years ago

I ended up ditching this for django-allauth and django-rest-auth, which I found to be much more useful for me.