Skip to content

User management in each new app is a pain. This is the last time you should be doing it

License

Notifications You must be signed in to change notification settings

haseebgit/lastuser

This branch is 764 commits behind hasgeek/lastuser:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 26, 2012
Nov 27, 2012
Aug 27, 2012
May 18, 2011
Jul 23, 2011
May 18, 2011
Nov 15, 2012
Aug 5, 2012
Nov 15, 2012
Sep 10, 2012
Aug 17, 2012
Jun 3, 2011
Aug 15, 2012

Repository files navigation

Lastuser

User management is a pain. There's no need to write new user management code for each new app to do basic things like logging in, managing the profile and verifying email addresses. Setup one Lastuser instance for all your apps and defer all user management to it. Use the API to integrate with your app.

This project is a work in progress.

Test deployment

Here is how you make a test deployment:

$ git clone https://github.com/hasgeek/lastuser
$ cd lastuser
$ cp instance/settings-sample.py instance/settings.py
$ open instance/settings.py # Customize this file as needed
$ pip install -r requirements.txt
$ python runserver.py

About

User management in each new app is a pain. This is the last time you should be doing it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published