flask-oidc
flask-oidc copied to clipboard
basic errors in docs
The docs (docs/index.rst) contain some really basic errors:
- the example client has an 'else' clause with missing colon
- the docs imply that OIDC_CLIENT_SECRETS defaults to client_secrets.json, but it doesn't. There is no default for that setting and you get unhelpful KeyError exceptions running the sample code until you set that variable.