Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-authentication

Custom decorator for class based views in django rest framework

Auto-generated field 'user_ptr' clashes with declared field of the same name

django - limit users to edit only their own information

Removing sessions from Redis (Django)

The current path, account/login/, didn't match any of these?

Automatically create username in User model in Django based on other fields

Django REST EmailAddress matching query does not exist

'User' Object has no attribude is_authenticated

Prevent social account creation in allauth

Django automatic login after user registration (1.4)

Django auth - Adding user fields - displaying in admin

Django Remote Authentication without redirecting

Using UserPassesTestMixin (class based view) AND redirect as well

RelatedObjectDoesNotExist: User has no userprofile

Register custom user model with admin auth

Best way to add convenience methods to a Django Auth User model?

Allowing only single active session per user in Django app

How do I use the The login_required decorator in my URL?

Most optimized way to delete all sessions for a specific user in Django?

Django: How can I apply the login_required decorator to my entire site (excluding static media)?