UNPKG

redux-auth

Version:

Complete token authentication system for react + redux.

48 lines (35 loc) 2.81 kB
# Change Log ## [v0.0.4](https://github.com/lynndylanhurley/redux-auth/tree/v0.0.3) (2016-07-16) [Full Changelog](https://github.com/lynndylanhurley/redux-auth/compare/v0.0.3...v0.0.4) **New Features** - EmailSignUpForm supports `next` function - OAuthSignUpButton supports `next` function - SignOutButton supports `next` function **Closed issues** - [Add `next` param for success redirects.](https://github.com/lynndylanhurley/redux-auth/issues/16) - [redirect after sign in](https://github.com/lynndylanhurley/redux-auth/issues/12) **Merged PRs** - [Fix duplicate props on UpdatePasswordForm](https://github.com/lynndylanhurley/redux-auth/pull/60) ## [v0.0.3](https://github.com/lynndylanhurley/redux-auth/tree/v0.0.3) (2016-07-16) [Full Changelog](https://github.com/lynndylanhurley/redux-auth/compare/v0.0.2...v0.0.3) **Closed issues** - [Client-only (non-universal) support](https://github.com/lynndylanhurley/redux-auth/issues/7) - [Update for react-router 2.0](https://github.com/lynndylanhurley/redux-auth/issues/15) - [Doesn't work in internet explorer 11](https://github.com/lynndylanhurley/redux-auth/issues/59) - [Update react & react-dom to 15.1.0](https://github.com/lynndylanhurley/redux-auth/issues/58) - [Material theme doesn't work with 0.15 version of material-ui](https://github.com/lynndylanhurley/redux-auth/issues/30) **Merged PRs** - [Transport bearer token in accordance to RFC 6750](https://github.com/lynndylanhurley/redux-auth/pull/51) - [Persist credentials](https://github.com/lynndylanhurley/redux-auth/pull/50) - [pass the click event to the callback](https://github.com/lynndylanhurley/redux-auth/pull/48) - [updated readme, to include json loader dependency](https://github.com/lynndylanhurley/redux-auth/pull/46) - [Add support for className property at oAuthSignInButton](https://github.com/lynndylanhurley/redux-auth/pull/45) - [fix(views/bootstrap): multiple declaration of className](https://github.com/lynndylanhurley/redux-auth/pull/38) - [Fix webpack config to allow default theme to function](https://github.com/lynndylanhurley/redux-auth/pull/37) - [Fix misleading info about configure method](https://github.com/lynndylanhurley/redux-auth/pull/35) - [Support react-router 2](https://github.com/lynndylanhurley/redux-auth/pull/29) - [Migrate to react-router@2 and react-router-redux](https://github.com/lynndylanhurley/redux-auth/pull/22) - [Fix semi colon](https://github.com/lynndylanhurley/redux-auth/pull/18) - [Change history package to 1.17.x to satisfy peer dependencies require...](https://github.com/lynndylanhurley/redux-auth/pull/17) - [Fix for form submission in Firefox](https://github.com/lynndylanhurley/redux-auth/pull/10) - [Fix brackets](https://github.com/lynndylanhurley/redux-auth/pull/8)