Skip to content
forked from hasgeek/lastuser

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

vivekrp/lastuser

 
 

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