Redux Oidc Versions Save

A package for managing OpenID Connect authentication in ReactJS / Redux apps

v4.0.0-beta1

4 years ago

API changes:

  • immutableReducer is now createImmjutableReducer. See the docs for details.

Other changes:

  • immutable is now a peer dependency and not an optional dependency.

v3.1.7

4 years ago
  • immutable is an optional dependency again

v3.1.6

4 years ago
  • moved immutable from optionalDependencies to peerDependencies (#164)

v3.1.5

4 years ago
  • fixed deperacation warnings in <OidcProvider /> (#160, thanks @salvoravida)

v3.1.4

4 years ago
  • fixed Typescript typings (#156, thanks @MasonVX)

v3.1.3

4 years ago
  • fixed TypeScript definitions for SignoutCallbackComponent ( #153 ),
  • middlewareHandler now returns a Promise ( #149 )

v3.1.2

5 years ago

Fixes:

  • added missing typescript definitions (#145)

v3.1.1

5 years ago

Fixes:

  • SignoutCallbackComponent is now available under import { SignoutCallbackComponent } from 'redux-oidc',

Other changes:

v3.1.0

5 years ago
  • added SignoutCallbackComponent (#125, thanks to @danpoq).

v3.0.2

5 years ago

Fixes:

  • fixed the TypeScript bug introduced in v3.0.1 (#115).