@axa-fr/vanilla-oidc

OpenID Connect & OAuth authentication using oidc-client wrapped in order to simplify how to use it

Usage no npm install needed!

<script type="module">
  import axaFrVanillaOidc from 'https://cdn.skypack.dev/@axa-fr/vanilla-oidc';
</script>

README

# @axa-fr/vanilla-oidc

About

Wrap of "App-AuthJS" library in order to simplify its use. All callback routes are managed by the same javascript application. This library aim to simplify the migration of our all authentification system to OIDC using client side Code Credential Grant with pkce flow. The library is built in vanilla js in order to be used with old javascript librairies like : react, anuglar, vuejs, jquery, etc.

Getting Started

npm install @axa-fr/vanilla-oidc --save

This documentation is a work in progress