Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmantz authored Jul 22, 2016
1 parent cf7e314 commit 05eacf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ A package for managing OpenID-Connect authentication in ReactJS / Redux apps.
### Installation
`npm install --save redux-oidc`

Then run

`npm install --save oidc-client`

### 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).
Expand Down

0 comments on commit 05eacf8

Please sign in to comment.