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

Will this project be forked/updated to work with Okta? I would really like to see an "okta-flask" project.

This PR adds the missing email verification handling features. It also adds the 'welcome' page functionality . There is one test to ensure that the user is redirected to the...

Being unfamiliar with Flask, we had to do a lot of googling to get the [flask quickstart ](https://flask-stormpath.readthedocs.io/en/latest/quickstart.html)working. The first step is to import flask: `from flask import Flask` We...

I think it would be useful if stormpath-flask logged important events (e.g. new user created, passwords changed, login / logout, etc). Users of the stormpath-flask extension could then set the...

## Description `flask_wtf` 0.14 introduces breaking changes. I believe this is because `flask_wtf` doesn't use `SecureForm` anymore. See: https://flask-wtf.readthedocs.io/en/stable/changelog.html#version-0-14 ## Steps to replicate 1. Update `flask_wtf` with `pip install --upgrade...

Make flask-stormpath able to handle the email verification event so that site owners can customize experience (e.g. Verification Base URL) upon successful validation.

enhancement

The stormpath-flask docs need to be updated with Google Tag manager. Please refer here for instructions: https://stormpath.atlassian.net/browse/MARKETING-2080 @rdegges

It is so weired that I do not know how to describe it. When I disable the google login in config, `/login` worked fine. when I enable it, `500 error`....

Makes sense that this would fail but it was a bit tricky to debug because of the error. Changing our `STORMPATH_APPLICATION` config variable led to the following error: ``` ERROR:cesium.Flask.flask_app:Exception...

enhancement