2 Matching Annotations
  1. Oct 2017
    1. http://www.django-rest-framework.org/api-guide/authentication/#tokenauthentication

      Try to turn on token-based authentication on DRF (http://www.django-rest-framework.org/api-guide/authentication/#tokenauthentication) and then follow the usual install of DRF-JWT, then added djoser and it works right of the box with no modifications to the code.