Django Userapp 0.0.5 | Coderz Repository

django-userapp 0.0.5

Last updated:

0 purchases

django-userapp 0.0.5 Image
django-userapp 0.0.5 Images

Free

Languages

Categories

Add to Cart

Description:

djangouserapp 0.0.5

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


Links
See for full api documentation of Userapp.


TODO

Add more tests,
Add more readme,
Bring more Userapp features,
Sync Userapp permissions and features

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.