📄️ V3 JS SDK Overview
The LoginRadius V3 JavaScript SDK delivers a lightweight runtime, modern hooks, and streamlined customization for any web page, whether you embed it directly on your own site or deploy it through Hosted Pages. It provides full control over authentication flows, UI behavior, and validation without vendor lock-in.
📄️ Components
Prebuilt components render complete authentication and account experiences. Pass an options object and call LRObject.init('', options).
📄️ Localization
Hosted Pages V3 supports multiple languages so your users see content in a language they understand. This guide explains how language is detected, how to override it, and how to implement localization programmatically using the V3JS SDK.
📄️ Javascript Hooks
LoginRadius provides a JavaScript Hooks system to alter or augment authentication forms and processes by intercepting lifecycle, configuration, messages, and events. Use hooks to customize validation, captcha, events, and error messages at runtime. Always register hooks before calling LRObject.init(...) so they apply to the forms and actions you render.