A lightweight wrapper for Keycloak authentication, making it easy to manage authentication workflows.
- Powerful authentication based on Keycloak.
- Provides an intuitive API for managing authentication, tokens, and session states
You can install the library using npm or yarn:
npm install @cizion/vault
or
yarn add @cizion/vault
<script src="https://cdn.jsdelivr.net/npm/@cizion/vault/dist/vault.min.js"></script>