Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.authsignal.com/llms.txt

Use this file to discover all available pages before exploring further.

The Web SDK can be used to launch the pre-built UI.
const result = await authsignal.launch(url, {
  mode: "popup",
});

Parameters

url
string
The URL obtained on your server by tracking an action.
options
LaunchOptions Object
The options used when launching the pre-built UI.

Response

Promise<TokenPayload>
When mode is set as popup it returns a Promise<TokenPayload> that resolves when the popup closes.
For more information on launching the pre-built UI see our detailed guide.