Skip to content

Commit

Permalink
Merging README.md into master
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmantz committed Jul 22, 2016
2 parents 14beb30 + 05eacf8 commit e18cda9
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 e18cda9

Please sign in to comment.