-
Notifications
You must be signed in to change notification settings - Fork 111
1. Description
maxmantz edited this page May 27, 2016
·
3 revisions
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.