Auth extension for Flask.
Project description
Database-agnostic extension for Flask to support role-based authentication of users.
Links
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
File details
Details for the file Flask-Auth-0.85.tar.gz
.
File metadata
- Download URL: Flask-Auth-0.85.tar.gz
- Upload date:
- Size: 47.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a749c1f021a731ba8b40656bf863093840fa8cb4f1d2675571c1073357245285 |
|
MD5 | 92099b3c7ba067890c92ae683105aefd |
|
BLAKE2b-256 | b5f50be3fa48160222a538d7db1715ea88ca8674aa2dbfcb2ba10b9cf47d16cd |