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 | |
- Author: Lars de Ridder
- Documentation: Flask-Auth package documentation
- Home Page: http://bitbucket.org/Shotca/flask-auth/
- License: BSD
- Platform: any
-
Categories
- Development Status :: 4 - Beta
- Environment :: Web Environment
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Internet :: WWW/HTTP :: Dynamic Content
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: shotca
- DOAP record: Flask-Auth-0.8.xml
