1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

README: Add link to Other implementations

This commit is contained in:
Olle Jonsson 2019-05-23 10:06:00 +02:00 committed by GitHub
parent 0743caadd1
commit 9d26d25ca8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -785,6 +785,10 @@ Pundit does not provide a DSL for testing scopes. Just test it like a regular Ru
- [Using Pundit outside of a Rails controller](https://github.com/varvet/pundit/pull/136)
- [Straightforward Rails Authorization with Pundit](http://www.sitepoint.com/straightforward-rails-authorization-with-pundit/)
## Other implementations
- [Flask-Pundit](https://github.com/anurag90x/flask-pundit) (Python) is a [Flask](http://flask.pocoo.org/) extension "heavily inspired by" Pundit
# License
Licensed under the MIT license, see the separate LICENSE.txt file.