Welcome to the Keysako Connect demonstration page. This library allows you to easily integrate Keysako authentication into your web applications.
Here's an example of the Keysako authentication button:
You can use Keysako Connect in several ways:
<script src="https://cdn.keysako.com/v1/keysako-connect.min.js" integrity="sha384-DGwnm4k/wdDF0n8jsEhScmSOs+n0D7cOu+LXcGdBf/WSNhKRBNGCovfqkP7Kx0ek" crossorigin="anonymous"></script>
npm install @keysako/core
For React:
npm install @keysako/react
For Vue:
npm install @keysako/vue
<keysako-connect
client-id="your-client-id"
redirect-uri="https://your-app.com/callback"
></keysako-connect>
Use our configurator to customize your button and get the corresponding code.