Commit e0da5b69 authored by Ilham Maulana's avatar Ilham Maulana 💻

fix: simple jwt logout and permissions

parent ca5637af
from rest_framework.permissions import IsAuthenticated
from rest_framework_simplejwt.tokens import AccessToken
class IsStaffUser(IsAuthenticated):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment