Skip to main content

Django passwordless auth

Project description

Installation

$ [sudo] pip install django-passwordless-auth

Pros

  • 3rd party/social authentication without password

Examples

settings.py

# from django_passwordless_auth.settings import AUTHENTICATION_BACKENDS

AUTHENTICATION_BACKENDS = (
    'django_passwordless_auth.backend.PasswordlessAuthBackend',
)

views.py

from django.contrib.auth import login

def view(request):
    ...
    login(request, user, backend='django_passwordless_auth.backend.PasswordlessAuthBackend')

readme42.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-passwordless-auth-2020.12.3.tar.gz (1.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page