API reference
Functions
function
ConfigurationThe
initialize() method accepts a configuration object that controls how the SDK connects to your ThunderID instance and manages authentication.Example
import { ThunderIDBrowserClient } from '@thunderid/browser'
const auth = new ThunderIDBrowserClient()
await auth.initialize({
clientId: '<your-client-id>',
baseUrl: 'https://localhost:8090',
})Get started
Provider, session, and a protected route, start to finish.
Connect your application
Getting started / Connect your application / Browser
The quickstart is maintained alongside the rest of the getting-started guides so it stays in step with the platform. This page covers the package itself.
Guides
Task-focused walkthroughs maintained alongside the SDK.