@arcteryx/js-auth

ARCTERYX JavaScript library to initialize authentication and JWT management with Foregrock.

Usage no npm install needed!

<script type="module">
  import arcteryxJsAuth from 'https://cdn.skypack.dev/@arcteryx/js-auth';
</script>

README

Arc'teryx Authentication Library

ARCTERYX JavaScript library to initialize authentication and JWT management with Foregrock.

Forgerock scope information:

  • arc-profile scope is custom set in Forgerock which will contain the attributes from the Customer Model that's not available in any of the default scopes.

Install it:

npm install @arcteryx/js-auth

Build and test locally like this:

npm ci
npm run build