Initialization
Overview
The JustAuthProvider
component is used to initialize JustAuth in your React application. It manages authentication state and provides access to authentication functions throughout your app.
How to Use
Import the
JustAuthProvider
:Wrap your main application component:
Parameters
appId
(string): The unique identifier for your application, obtained from the JustAuth dashboard.
Example
Last updated