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..
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..