Skip to main content

Backend SDKs

Overview

SuperTokens has support for Node.js, Python, and Golang through its backend SDKs. 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
}