Expired Refresh token generating new tokens
I am using rest_framework_simplejwt for authentication in my django app. For logout, I want to expire the refresh token.
I am using rest_framework_simplejwt for authentication in my django app. For logout, I want to expire the refresh token.