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')
Release files for django-passwordless-auth 2020.12.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-passwordless-auth-2020.12.3.tar.gz | 1.5 kB | Details |
Release files / django-passwordless-auth-2020.12.3.tar.gz
| Download URL | django-passwordless-auth-2020.12.3.tar.gz |
|---|---|
| Size | 1.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6c3a6f5fe6ffaa1039bca00103a9effd714d70af059d403eadaf508d79637654
|
|
BLAKE2b-256 checksum How to use checksums |
6592b6b051db8eff936ff7ec7f64dba605cb2973b709f3c8461b5ebcfc0fc59a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
|