1. Description - maxmantz/redux-oidc GitHub Wiki

This package manages the OpenID implicit flow in apps using react & redux. The components in this package do the following in a redux app:

  • check if the currently signed in user is expired,
  • if expired, trigger the authentication flow,
  • store the user in a reducer,
  • handle silent refresh of tokens (if configured)

It uses IdentityModel's oidc-client-js library in the background to handle the interactions with the OpenID provider.