SDK
FuroProvider
React Provider for Furo
The FuroProvider is a top-level component necessary when implementing the Furo login feature. It wraps all the paths where you want to use the Furo SDK.
Usage
Props
Name | Type | Required | Description |
---|---|---|---|
domain | string | true | Furo authentication server domain |
clientId | string | true | Client ID registered with the Furo authentication server |
redirectUri | string | true | Redirect URI to be used after login |
Was this page helpful?