Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-authentication

Authenticate in Django without a database

custom password validation in django 1.7

How to limit number of concurrent users logging in to same account in Django

Is there a way to use the browsable API for Django Rest Framework with Authtoken

Multiple Django apps, shared authentication

What more do I need to do to have Django's @login_required decorator work?

Multiple USERNAME_FIELD in django user model

how to create a group permission in django

Django Nested Groups: Groups in Groups

How do I access auth User's User.objects.create_user(...) in a south migration?

Django save model with anonymous user

What is the opposite of @login_required decorator for Django views?

How does default_token_generator store tokens?

Django: How to login user directly after registration using generic CreateView

Object of type 'AuthToken' is not JSON serializable

Django - CSRF token missing or incorrect

(Django) Sharing authentication across two sites that are on different domains

How can make Django permission_required decorator not to redirect already logged-in users to login page, but display some message

How can I set a minimum password length when using the built-in Django auth module?

How to test login process?