From bbe254d2b59c17519615a09d008b3231462825fe Mon Sep 17 00:00:00 2001 From: Maximilian Mantz Date: Wed, 29 Mar 2017 17:30:38 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8c4334c..e0100d9 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ There is also a dependency on [co](https://www.npmjs.com/package/co). In addition there is a peer dependency for [immutable.js](https://facebook.github.io/immutable-js/), if you want to use it. +#### babel-polyfill +You need the [babel-polyfill](https://babeljs.io/docs/usage/polyfill/) in your build configuration for this package to work. + ### Description This package handles [OpenID-Connect](http://openid.net/connect/) authentication in [redux](http://redux.js.org/) apps. It enables redux apps to authenticate with an external OIDC authentication provider and handles the actions of the OpenID [implicit flow](http://openid.net/specs/openid-connect-implicit-1_0.html).