Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-authentication

Customize login process using -- django allauth

python-social-auth with django errors with "no such table: app_customuser"

Django User Authentication against LDAP - Multiple Groups

Can i avoid the creation of the Django auth.model.User table when using "other authentication sources"?

Where is Django's admin read-only permission for models?

Django auth: Where to put custom templates?

30 char limit error when logging into django site with email and password

Create and use a custom username validator for a registration form

Could not import 'rest_framework_jwt.authentication.JSONWebTokenAuthentication' for API setting 'DEFAULT_AUTHENTICATION_CLASSES'

Value too long for type character varying(30)

Why can't I authenticate a Django user created from a custom manage.py command?

providing current user to all templates in django project

CSRF Exempt Django Auth Password Reset View for Cross Domain request

Django-Rest-Framework Custom User not Hashing Password (Serializer Issue)

Django Tests: User.authenticate fails

Extending Django User model with django-allauth

Monkey patched django auth's login, now its tests fail