Developers
Build authentication with Bhauu Auth
Connect a registered application to Bhauu-hosted sign-in without maintaining a separate identity for each product.
What the platform provides
Bhauu Auth handles hosted authentication and OAuth authorization. Bhauu Identity is the shared canonical user identity. Applications still own their product data and application sessions.
Begin with registration
Use the Developer Portal to register a client, exact callback, and allowed origins. The public Getting Started guide then walks through state, required PKCE S256, authorization, callback, and token exchange.
Choose an architecture
Browser applications never ship a client secret. A server-backed integration can keep a registered secret server-side when applicable, but the language alone does not make a client confidential. Both architectures use PKCE.