From 9d26d25ca8f06039456e2b16175a708d493a2b7d Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 23 May 2019 10:06:00 +0200 Subject: [PATCH] README: Add link to Other implementations --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 44198b3..3aa7774 100644 --- a/README.md +++ b/README.md @@ -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.