DEV Community

Discussion on: Django Rest Framework custom JWT authentication

Collapse
 
abedkiloo profile image
Abednego Kilonzo Wambua

Hello @ahmed Atala am getting this error can you help out 'Settings' object has no attribute 'REFRESH_TOKEN_SECRET'

Collapse
 
a_atalla profile image
Ahmed Atalla

you have to set it your self in settings.p file

REFRESH_TOKEN_SECRET='you secret string'