Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ID Site support #19

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Commits on Dec 3, 2014

  1. enable STORMPATH_APPLICATION setting to be name or href

    this fixes the scenario when the web app blows up if
    STORMPATH_APPLICAITON is a href.
    denibertovic committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    e9bd9e6 View commit details
    Browse the repository at this point in the history
  2. add ID Site support to flask

    - Added a setting STORMPATH_ENABLE_ID_SITE which basically switches the
    built in manual views/forms for the ID site ones. Another settings called
    STORMPATH_ID_SITE_CALLBACK_URL was added as well.
    
    - Updated the stormpath sdk dependency to point to the latest version.
    I was hitting the search issue with '/' and '&' charaters
    resulting in a bad error message informing me of invalid API
    credentials, and this has been resolved in the latest sdk version.
    
    - Added quickstart docs for this feature
    denibertovic committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    b9221a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b20d09 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2014

  1. Configuration menu
    Copy the full SHA
    75db757 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2014

  1. merge upstream

    denibertovic committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    aec0ff6 View commit details
    Browse the repository at this point in the history