Keysako Connect - v1.2.1

Welcome to the Keysako Connect demonstration page. This library allows you to easily integrate Keysako authentication into your web applications.

Demo

Here's an example of the Keysako authentication button:

Installation

You can use Keysako Connect in several ways:

Via CDN

<script src="https://cdn.keysako.com/v1/keysako-connect.min.js" integrity="sha384-DGwnm4k/wdDF0n8jsEhScmSOs+n0D7cOu+LXcGdBf/WSNhKRBNGCovfqkP7Kx0ek" crossorigin="anonymous"></script>

Via npm

npm install @keysako/core

Framework Components

For React:

npm install @keysako/react

For Vue:

npm install @keysako/vue

Usage

<keysako-connect 
  client-id="your-client-id"
  redirect-uri="https://your-app.com/callback"
></keysako-connect>

Configuration

Use our configurator to customize your button and get the corresponding code.