Skip to main content

Deepera Authentication System

Project description

To use captcha, install the following packages:

sudo apt install libz-dev libjpeg-dev libfreetype6-dev python-dev

To install, add deepauth and captcha to INSTALLED_APPS in your Django settings.

Compulsory configurations:

AUTH_USER_MODEL = 'deepauth.Account'
DEEPAUTH_EMAIL_CONF = {
    'required': True,
    'server': 'smtp.example.com',
    'port': 465,
    'username': 'noreply@example.com',
    'password': 'moc.elpmaxe',
    'subject': 'Activate Your Account',
    'content': 'Dear {0},\nPlease verify your account by clicking the following link:\n{1}\nYours sincerely,\nExample.com',
}

Optional configurations:

DEEPAUTH_INVITATION_ONLY = False
# Invatitation code must be provided if set to true.

DEEPAUTH_AUTO_LOGIN = False
# User will be logged in after certain actions (currently only work for updating email).

TOKEN_LIFETIME = 7
# Token will be expired after certain days.

To enable access, add the following URLs to your URL patterns:

url(r'^auth/', include('deepauth.urls')),
url(r'^captcha/', include('captcha.urls'))

To show docs, add the following code to your URLs:

from rest_framework.documentation import include_docs_urls
urlpatterns = [
    url(r'^docs/', include_docs_urls('API Docs'))
]

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

deepauth-2.4.17.tar.gz (9.6 kB view details)

Uploaded Source

File details

Details for the file deepauth-2.4.17.tar.gz.

File metadata

  • Download URL: deepauth-2.4.17.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.4.3 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.0

File hashes

Hashes for deepauth-2.4.17.tar.gz
Algorithm Hash digest
SHA256 917856c204163c0b33bdc5d0140b2e250239d0a47dd0bd8b21a853ec6a4aa278
MD5 dcb5fb65e9876ec7970d7a6e15542dbf
BLAKE2b-256 71a24aba1a72e2ad58aa9d5761dde57b19e5c094ecf5441641775ad6c6fdef0d

See more details on using hashes here.

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