DEV Community

Discussion on: Django Rest Framework custom JWT authentication

Collapse
 
a_atalla profile image
Ahmed Atalla • Edited

you have to set it yourself in settings.py file

REFRESH_TOKEN_SECRET='you secret string'
Enter fullscreen mode Exit fullscreen mode