Hacker News new | ask | show | jobs
by masonhensley 2421 days ago
Like this? (Open source) https://www.keycloak.org/
1 comments

seems great, but how to use it in other programming language? How to add my backend logic?
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.