Top "Django-authentication" questions

django-authentication refers to the built-in auth module for authentication & authorization that can be extended.

permission classes IsAuthenticated not working in DRF

I've used token authentication, and it's working fine i.e. it is authenticating a user and then the user is …

django-rest-framework django-authentication django-serializer auth-token
OneToOne relation with the User model (django.contrib.auth) without cascading delete

I'm a bit confused about how the OneToOneField works when deletion comes into play. The only quasi-authoritative info I can …

django django-authentication one-to-one cascading-deletes
Django superuser fixture error - no such table: auth_user

I want to define a fixed username and password for superuser creation in Django's syncdb (after it has been executed). …

python django django-authentication django-syncdb django-fixtures
What is the opposite of @login_required decorator for Django views?

If I want to make sure that a view is listed as having public access, is there a decorator equivalent …

django django-authentication
Okta Authentication Django

I have a Django app that I am trying to add Okta authentication. I currently have created a custom backend …

python django django-authentication okta