Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-authentication

Authentication with Facebook on mobile and Django

Django unexpectedly stores only password hash, not algorithm parameters

Django: when creating custom user, ValueError: Dependency on unknown app

Issue with Django logout URL redirection

Django Redirect after Successful Login

What is the difference between Authorization and Authentication in Django?

Django - Redirect user to "next" parameter after successful login

AttributeError: 'Account' object has no attribute 'is_staff'

Django - How to add multiple permissions on group?

Is there a way to send a user email when user object is created?

Is one authentication method more secure for a Django DRF backend?

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?