Skip to main content

Plugins

Overview

Plugins are an extension system that allows you to include additional functionality to your SuperTokens authentication flows without modifying the core recipes. They work on top of the existing authentication methods and provide seamless integration for common requirements.

Before you begin

Plugins are supported only by the React and Node.js SDKs. Support for other platforms is under active development.

References

The official plugins repository is available on GitHub. You can check the documentation reference pages for a high level overview of the components of each plugin.

How it works

Each plugin relies on the override mechanism exposed by the SDKs. Custom features get injected by overriding existing functions and components.

If you want to read more on the customization points, check out the following sections: