Skip to main content

Django userapp integration

Project description

Django userapp integration

This is a Django integration with Userapp.io

To use this project your settings should contain

INSTALLED_APPS = [
...
"django_userapp"
]

AUTHENTICATION_BACKENDS = [
"django_userapp.backends.UserappBackend",
"django.contrib.auth.backends.ModelBackend"
]

USERAPP_ID = "YOUR_USERAPP_ID"
USERAPP_USE_FEATURES = True

# if USERAPP_USE_FEATURES = True then
# checks will happen againts USERAPP_FEATURE.value=true (enabled/disabled)
USERAPP_FEATURES = ["USERAPP_FEATURE"]

# Will be taken when we have not set user email in Userapp
# default untitled@email.com
USERAPP_DEFAULT_EMAIL = "default@email.com"

Note

At Userapp.io you must set first name, last name, email fields for each user. Emails should be unique and do not intersect with already existing non-userapp emails.

Django version

Django>=1.7

TODO

  1. Add more tests,

  2. Add more readme,

  3. Bring more Userapp features,

  4. Sync Userapp permissions and features

Download files

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

Source Distribution

django-userapp-0.0.5.tar.gz (7.3 kB view details)

Uploaded Source

File details

Details for the file django-userapp-0.0.5.tar.gz.

File metadata

File hashes

Hashes for django-userapp-0.0.5.tar.gz
Algorithm Hash digest
SHA256 02052f871814fff2503780fd835fac20a08f4e2f5fbf9774c1c73fd0fe3cb3c5
MD5 1768e743741c662add55576cd21ad407
BLAKE2b-256 178d7330f5f8f27f2a5e996203d2f8a8a79b64e85fdf44171151658e3bf01214

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