Hacker News new | ask | show | jobs
by seymon 1317 days ago
How does it compare to keycloak?
1 comments

Hydra is a plain oidc and south implementation.

It doesn't provide a login screen, you need to implement your own flow user interface and use their their api to interface with the auth server.

This is great for the flexibility you have.

Keyckoak covers the basics outh of the box and have a login page implementation ready.