puiterwijk / flask-oidc

OpenID Connect support for Flask
BSD 2-Clause "Simplified" License
154 stars 217 forks source link

Resource server documentation fix #80

Closed cjmartian closed 2 years ago

cjmartian commented 5 years ago

In the Resource server paragraph, the docs state:

"Also, if you have implemented an API that can should be able to accept tokens issued by the OpenID Connect provider, just decorate those API functions with. . . "

I believe this should read:

"Also, if you have implemented an API that should be able to accept tokens issued by the OpenID Connect provider, just decorate those API functions with. . ."

I would be happy to make this change if it is needed.

svintit commented 4 years ago

If you want this resolved i'm maintaining a fork of this with some added extensibility. Feel free to open a PR/issue here: