Anyone knows an OpenID (or OAuth2) provider (serve...
# ktor
a
Anyone knows an OpenID (or OAuth2) provider (server) implementation/module for ktor? It seems if I want to use one now I always need a seperate service build in Spring Boot or Vert.X to accomplish this.
a
Are you looking to implement your own OpenID server? I was going to do the same but then I discovered hydra (https://github.com/ory/hydra) have a look and see if it means you don't have to implement your own
a
preferably I had it deployed within the same application as ktor. hydra looks interesting, I will take a look at it
a
I have deployed hydra as a docker container running alongside my ktor app, which also runs on docker