puiterwijk / flask-oidc

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

Decorator for validating token #99

Closed npcode15 closed 4 years ago

npcode15 commented 4 years ago

Hello,

I would like to know if there is a separate decorator for validating the token? or is the use of @auth.oidc_auth dual purpose?

Login and logout with browser works perfectly however, I am not able to test the API using Postman. Steps

Please let me know.

Thank you.


I apologize - Invalid Issue