“instalar simplejwt django” Código de respuesta

instalar simplejwt django

$ pip install djangorestframework-simplejwt

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

SimpleJWT en la configuración de Django

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

Respuestas similares a “instalar simplejwt django”

Preguntas similares a “instalar simplejwt django”

Más respuestas relacionadas con “instalar simplejwt django” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código