Socket
Socket
Sign inDemoInstall

Flask-Auth

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Flask-Auth

Auth extension for Flask.


Maintainers
1

========== Flask-Auth

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

  • Documentation <http://packages.python.org/Flask-Auth>_
  • Repository <http://bitbucket.org/Shotca/flask-auth/>_
  • Development version <http://bitbucket.org/Shotca/flask-auth/get/tip.gz#egg=Flask-Auth-dev>_

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc