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

basic errors in docs

Open hmoffatt opened this issue 4 years ago • 0 comments

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.

hmoffatt avatar Feb 24 '21 23:02 hmoffatt