icon |
---|
sign-posts-wrench |
{% hint style="info" %} Before starting be aware that oidc-spa is not suited for Next.js or any other framwork that involves server side rendering.
If you are using Next the closer alternative is to use NextAuth.js (with the Keycloak adapter if you are using Keycloak). See this guide. {% endhint %}
If you're having issues don't hesitate to reach out on Discord!
{% tabs %} {% tab title="npm" %}
npm install oidc-spa
{% endtab %}
{% tab title="yarn" %}
yarn add oidc-spa
{% endtab %}
{% tab title="pnpm" %}
pnpm add oidc-spa
{% endtab %}
{% tab title="bun" %}
bun add oidc-spa
{% endtab %} {% endtabs %}