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

Flask Single-Sign-On Extension

Results 4 flask-sso issues
Sort by recently updated
recently updated
newest added

Whenever I run my code the code from the Docs it gives me this: ``` flask_sso.SSOAttributeError ``` My code is ``` from flask import Flask, session, redirect from flask_sso import...

Hi, when i try to follow the example on http://flask-sso.readthedocs.io/en/latest/#a-minimal-example I get the following error: ``` @sso.login_handler NameError: name 'sso' is not defined ``` As described in the docs i...

Status: ready for work
Size: beginner-friendly
Hactoberfest

Not to be critical, but I've been trying to get this module to work with my app and my orgs SSO. The docs in here are very minimal and a...

Hi, in the actual documentation the `login_callback` does not return, and that seems to cause a lot of problems. While it is ok to just render a template (login_ok) or...