Ver código fonte

Fix: Should enable token auth in DRF

pull/323/head
winkidney 2 anos atrás
pai
commit
18bda6dfd1
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      pinry/settings/base.py

+ 4
- 0
pinry/settings/base.py Ver arquivo

@@ -164,4 +164,8 @@ REST_FRAMEWORK = {
'URL_FIELD_NAME': DRF_URL_FIELD_NAME,
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
'PAGE_SIZE': API_LIMIT_PER_PAGE,
'DEFAULT_AUTHENTICATION_CLASSES': [
'rest_framework.authentication.TokenAuthentication',
'rest_framework.authentication.SessionAuthentication',
]
}

Carregando…
Cancelar
Salvar