Hi,
Is anybody using Auth0 as an auth proxy behind nginx?
https://github.com/auth0/oauth2_proxy
https://github.com/vouch/vouch-proxy/
https://github.com/quintilesims/auth0-proxy/
If so what is your experience? What have you used.
I like the idea of using a 401 and nginx auth_request
to validate the token on the way to the endpoint. Thoughts?
Cheers.