DEV Community

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

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.