Skip to content

danielchatfield/flask-raven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask_raven: University of Cambridge authentication for flask

image

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

About

A lightweight flask extension for Cambridge's raven auth protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages