skip to navigation
skip to content

Flask-Auth 0.8

Auth extension for Flask.

Downloads ↓ | Package Documentation

Database-agnostic extension for Flask to support role-based authentication of users.

Revisions

0.8

Major revision.

  • Not storing the entire user in the session anymore (which was convenient but bad practice) but only its __dict__.
  • As a result of the above, the get_current_user call is now gone and replaced by get_current_user_data call. Similar functionality to the original call can now be obtained by doing AuthUser.load_current_user().
  • Created SQLAlchemy plug-and-play model using constructor.
  • Small bugfixes.

0.7

Added tests, permission example, bunch of bugfixes.

0.6

Added permission model, added examples, first release on PyPI.

0.1 - 0.5

Logging in, session management, encryption, etc.

 
File Type Py Version Uploaded on Size # downloads
Flask-Auth-0.8.tar.gz (md5) Source 2011-10-18 46KB 568