Skip to content

Commit

Permalink
Add Flask-Pundit
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag90x committed Feb 2, 2016
1 parent 86933f6 commit 7e67abc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Plugins
- [Flask-OAuth](https://github.com/mitsuhiko/flask-oauth) - OAuth Support for Flask
- [Flask-HTTPAuth](https://github.com/miguelgrinberg/Flask-HTTPAuth) - Simple extension that provides Basic and Digest HTTP authentication for Flask routes
- [Flask-User](https://github.com/lingthio/Flask-User) - Customizable user account management for Flask
- Authorization
- [Flask-Pundit](https://github.com/anurag90x/flask-pundit) - Extension based on Rails' [Pundit](https://github.com/elabs/pundit) gem that provides easy way to organize access control for your models
- Database/ORM/ODM
- [Flask-MongoEngine](https://github.com/MongoEngine/flask-mongoengine) - MongoEngine flask extension with WTF model forms support
- [Flask-PyMongo](https://github.com/dcrosta/flask-pymongo) - PyMongo support for Flask applications
Expand Down

0 comments on commit 7e67abc

Please sign in to comment.