DEV Community

Discussion on: Django Rest Framework Authentication with Dj-Rest-Auth

Collapse
 
sandeepsanwariya profile image
sandeep

i follow all steps of your post but that password-reset-confirm i not working it send the mail to user's email but when we go for reset password it show's invalid uid ,i try to search reason and didn't find any solution
can help me

Collapse
 
jkaylight profile image
JekayinOluwa Olabemiwo

Like the article implies, you'll have to configure your client-side app to get the uid and token parameters from the emails sent to the users. The client-side app could be made with React.js or Vue.js or some other library.