Authentication app for Django -



Authentication app for Django -

what best authentication app django that:

has configurable required fields, illustration allows using email username integrates other authentication apis, such facebook, twitter, google password recovery flow configurable, sends temporary password vs. recovery link preferably has invitation system, registration process can controlled

i don't think there has these features, i'm looking 1 covers much possible. these features design web service should have. don't want reinvent wheel.

there isn't 1 django bundle cover everything, instead there numerous great projects tackle each of requirements mention:

general auth : django-auth - part of django distribution needs eneabled social authentication : django-social-auth - integrates social authentication default django-auth flow registration , passwords : django-registration - adds registration flow, including sign , email confirmation etc. invitation system : django-invitation - allows registration limited invitations profiles : django-profiles - allows extend users business relationship profile

you have @ django-userena new hosted solution user management django app. haven't looked how works or how comprehensive is, looks promising.

finally, have @ django packages other authentication apps:

http://djangopackages.com/grids/g/authentication/

edit:

this post little outdated

django-social-auth has become python-social-auth django-allauth: there all-in-one auth app called django-allauth. haven't used extensively believe takes care of auth, social-auth, registration , profiles in 1 app configurable user models: django 1.5 introduced configuratble user models in auth module can edit fields want create utilize of user (email only, no username etc.). useful if want add together profile-like info user without having bring together table (like django-profiles or onetoone relationship custom profile model)

django authentication

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -