Authentication
#
GoalMisakey lets you add modern authentication to your application in a few minutes.
You can host your own instance of Misakey SSO (see the installation guide), or you can use Misakey's own SSO instance.
You can see an example of an app (an empty demo React application) using Misakey auth at https://demo.sso.misakey.com/.
#
Integration#
Step 1: Create your SSO ClientIf you are using your own instance of Misakey SSO, please follow the guide to create a client.
If you want to use Misakey's instance, please contact us (love@misakey.com). We will create credentials on our instance and send them to you (the automated registration interface is still being developped).
#
Step 2: Install the SDKFor now our SDK is only compatible with React applications. If you need another framework, you can tell us at (love@misakey.com).
#
Step 3: Integrate the SDK in Your App#
Import and Initialize the Configuration#
Integrate the Hook in Your App#
Use the Auth ContextFor more details, you can check out the repository of the SDK
important
This SDK is still in beta version. If you need a more robust version of the SDK, contact us (love@misakey.com) to tell us what it is you need the most.