-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Api protection #429
Comments
You will need to make HTTP calls to hydra's warden or the introspection endpoint. Hydra has a Go SDK available in the Usually you don't do this in your code but instead have an api gateway (such as kong from mashape) doing this for you |
Thanks for the response. |
You most definitely should. You don't want to expose your services to public traffic! |
Thanks |
So to my understanding hydra is a standalone server. Now i have got a set of apis written in golang, which need to be protected(authentication+authorization). How am i supposed to integrate hydra when it acts as a standalone server? For instance i was using an auth2 server library in php and it had to be part of my project in order for me to enforce authorization..
The text was updated successfully, but these errors were encountered: