Skip to main content

Auth extension for Flask.

Project description

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

Revisions

0.85

  • Updated to Flask 0.8 new naming scheme of using flask.ext for sqlalchemy.

  • Fixed issue with importing sqlalchemy models.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-Auth-0.85.tar.gz (47.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page