A flask extension for the University of Cambridge's authentication system
Project description
This is a very simple package that satisfies my needs, there is a more complex package here: https://github.com/danielrichman/python-raven that I couldn’t use because of it depends on C modules which are blocked on App Engine.
Usage
from flask_raven import raven_auth
@app.route('/protected')
@raven_auth()
def protected():
pass
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flask_raven-0.0.3.tar.gz
(5.3 kB
view hashes)