stormpath-flask icon indicating copy to clipboard operation
stormpath-flask copied to clipboard

Build simple, secure web applications with Stormpath and Flask!

Results 26 stormpath-flask issues
Sort by recently updated
recently updated
newest added

To make stormpath-flask truly customizable, we probably need to allow users to override the Flask views in addition to the HTML templates (which is already supported). This would most likely...

Update requirements to latest versions and update all flask.ext.x imports to flask_x format (only affecting tests and docs). There was an issue with the deleted user signal which was triggering...

It would be great if one could specify global authentication requirements, and then only apply exceptions. E.g., in the web app I'm working on _all_ pages other than the landing...

https://github.com/stormpath/stormpath-framework-spec

Hi, I noticed the documentation for the [Enforce User Authorization](https://github.com/stormpath/stormpath-flask/blob/master/docs/product.rst#enforce-user-authorization) section may be a little off. It says ``` python >>> directory = stormpath_manager.application.default_account_store_mapping.account_store >>> free_users = directory.groups.create({'name': 'free users'})...

Has something changed with the facebook authentication process? I am using the code from the flask-stormpath tutorials, but after the Facebook login popup, it seems to redirect to /facebook rather...

@rdegges adding separate flash messages for 2 separate cases.

It looks like our design is no longer working perfectly in the latest versions of chrome, we need to fix this:

I could not get flask-stormpath to work when running via Gunicorn (and I was assuming it was some kind of nginx problem), and it turned out to be a Gunicorn...