Skip to main content

Frontend SDKs

Overview

SuperTokens exposes SDKs for frontend frameworks. Use this page to find references to each of them and about specific functionalities.

Customization

SDK references

SDK configuration

The appInfo object is the paramter used to configure the SDKs during initialization.

let appInfo: {
appName: string,
websiteDomain: string,
apiDomain: string,
websiteBasePath?: string,
apiBasePath?: string,
apiGatewayPath?: string
}