How to protect endpoints with None Auth method ?
Hello, I am new to auth systems and I am trying to protect my endpoint in flask
https://zitadel.com/docs/examples/secure-api/python-flask
However I don't understand how to introspect my access token with PKCE method which is recommended by Zitadel.
https://zitadel.com/docs/examples/secure-api/python-flask
However I don't understand how to introspect my access token with PKCE method which is recommended by Zitadel.
This example shows you how to secure a Python3 Flask API with both authentication and authorization using ZITADEL.

