Skip to main content
Live Demo
Select a connector below to experience our seamless authentication flow and see how easy it is to connect third-party services.
This guide will help you quickly integrate Morph into your React application.

Installation

Basic Setup

1

Add Morph Provider

Wrap your application with the Morph.Provider component:
2

Configure environment variables

Add your Morph public key to your environment variables:
The provider will automatically detect the key from your environment variables.
3

Add Connect button

Add the Connect component to handle authorization:

Next Steps