astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

use the same token generators for email/password confirmation as for authentication #19

Open allynt opened 4 years ago

allynt commented 4 years ago

will probably want to look at EmailAwarePasswordResetTokenGenerator

allynt commented 4 years ago

drf-simplejwt seems promising. Also, there is some sample react integration in their repo that has ping to refresh the token.