SDK Reference
important
- This section is only for detailed SDK reference. This section will NOT provide a step by step guide.
- For a step by step guide to implementing SuperTokens, please pick a recipe and follow the setup instructions in there.
#
Backend#
NodeJS (All features supported)See the supertokens-node reference documentation for more information.
#
GoLang (All features supported)See the supertokens-golang reference documentation for more information.
#
Python (All features supported)See the supertokens-python reference documentation for more information.
#
Frontend#
ReactJS (All features supported)See the supertokens-auth-react reference documentation for more information.
#
Vanilla JS (contains helper functions for all recipes, for custom UI)See the supertokens-web-js for more information.
#
React Native (Only supports session management recipe)See the supertokens-react-native for more information.
#
Other frameworks- For other frontend frameworks / mobile apps, you can build your own UI that talks to your APIs exposed via our SDK.
- For other backend frameworks, you can build your own APIs that use the SuperTokens Core.
info
Visit the API reference page to learn more.