Hacker News new | ask | show | jobs
by du_bing 2423 days ago
seems great, but how to use it in other programming language? How to add my backend logic?
1 comments

Keycloak is an identity/authentication provider. Your app would leverage it using OpenID Connect (OAuth 2). Keycloak would handle the heavy lifting related to identity management, registration, password changes, authentication, etc. Your app would handle everything else.