Introducing Web SDK
The Web SDK is for developers to easily integrate Maestro into their existing sites. You can learn how to use Maestro's Web SDK with our detailed guide.
Once you've authenticated a user with your system, you can log them into Maestro via the login
function. This can setup via the Providers API.
Events from Maestro are fired and made available so that your application can handle them in whichever way you deem appropriate. This is handled through the on
and off
functions.