flask-principal
flask-principal copied to clipboard
Identity management for Flask applications
just curious
principal is very good. i do`t know how to use principal use mongodb. can you update you doc,give a demo about mongoengine and principal? thk.
Hi Matt, since you are already the original author of flask-jwt and since flask-principal has the option to go without session, could you perhaps add a little example that goes...
Replace module names: * flask.ext.principal by flask_principal * flask.ext.login by flask_login
I've seen a lot of issues cropping up related to the use of flask_principal or flask_security with blueprints where, even when `skip_static` is set, static files provided by blueprints will...
Hi, this is more of a question than a bug (potentially it may become RFE): I have an application where I want to have: - users - possibly multiple roles...
Makes extension options configurable via application config. (closes #48) -- ping @mattupstate
See https://github.com/mattupstate/flask-security/pull/411
This will swap needs and excludes while returning the same changed Permission object without changed object identity.