Flask and web.py meet JVM (or how to use Apache Shiro with them)
January 08, 2013 | View Comments
This is a demonstration of Flask and web.py with WTForms running on Jython and uses Apache Shiro, Java security framework that performs authentication, authorization, cryptography, and session management.
This is a small proof-of-concept project that mixes Flask, web.py and Apache Shiro. I have tested on Jython 2.7a2.
Apache Shiro is a Java security framework that performs authentication, authorization, cryptography, and session management. You may also be interested in reading this article as well.
This is a demonstration of Flask and web.py with WTForms running on Jython and uses Apache Shiro.
Source code is on GitHub if you're interested.
Related Article: