Webapp2 User Accounts Save

A sample implementation of user account management with webapp2.

Project README

Custom user authentication with webapp2

This is a skeleton implementation of user account management with webapp2.

You will have to take care of the following items:

  • Implement user registration
  • Write code to handle login
  • Setup email verification and password recovery (This has been done for you already)
  • Send email verification and password recovery messages via email
  • Configure login and password reset urls to use https (you will have to deploy your app to test this)

You can find most of the logic in main.py (even though you may want to put handlers in separate files, as your app grows in complexity), a custom user model in models.py, and some extremely simple views in views.

More information

You can find a detailed tutorial in this blog post: Custom user authentication with webapp2.

Open Source Agenda is not affiliated with "Webapp2 User Accounts" Project. README Source: abahgat/webapp2-user-accounts
Stars
178
Open Issues
1
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating