“Instale o simplesjwt django” Respostas de código

Instale o simplesjwt django

$ pip install djangorestframework-simplejwt

REST_FRAMEWORK = {
    'DEFAULT_AUTHENTICATION_CLASSES': (
        'rest_framework_simplejwt.authentication.JWTAuthentication',
    )
}
Innocent Ibis

Simplejwt na configuração do django

REST_FRAMEWORK = {
    'DEFAULT_AUTHENTICATION_CLASSES': (
        ...
        'rest_framework_simplejwt.authentication.JWTAuthentication',
    )
}
Evil Elk

Respostas semelhantes a “Instale o simplesjwt django”

Perguntas semelhantes a “Instale o simplesjwt django”

Mais respostas relacionadas para “Instale o simplesjwt django” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código