redux-oidc

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

MIT License

Downloads
34.7K
Stars
400
Committers
24

Bot releases are hidden (Show)

redux-oidc - v4.0.0-beta1 Latest Release

Published by maxmantz almost 5 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.
redux-oidc - v3.1.7

Published by maxmantz almost 5 years ago

  • immutable is an optional dependency again
redux-oidc - v3.1.6

Published by maxmantz almost 5 years ago

  • moved immutable from optionalDependencies to peerDependencies (#164)
redux-oidc - v3.1.5

Published by maxmantz about 5 years ago

  • fixed deperacation warnings in <OidcProvider /> (#160, thanks @salvoravida)
redux-oidc - v3.1.4

Published by maxmantz about 5 years ago

  • fixed Typescript typings (#156, thanks @MasonVX)
redux-oidc -

Published by maxmantz over 5 years ago

  • fixed TypeScript definitions for SignoutCallbackComponent ( #153 ),
  • middlewareHandler now returns a Promise ( #149 )
redux-oidc - v3.1.2

Published by maxmantz over 5 years ago

Fixes:

  • added missing typescript definitions (#145)
redux-oidc - v3.1.1

Published by maxmantz over 5 years ago

Fixes:

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

Other changes:

redux-oidc - v3.1.0

Published by maxmantz about 6 years ago

  • added SignoutCallbackComponent (#125, thanks to @danpoq).
redux-oidc - v3.0.2

Published by maxmantz over 6 years ago

Fixes:

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

Published by maxmantz over 6 years ago

Fixes:

  • fixed TypeScript typings (#116).
redux-oidc - v3.0.0

Published by maxmantz over 6 years ago

Bug fixes:

  • removed oidc-client & react from dependencies. They are now peer dependencies as originally intended. (#110, , #112, #113),
  • corrected TypeScript definitions (#102).

API changes:

  • removed REDIRECT_SUCCESS & USER_LOADED from actions. They are both equivalent to the USER_FOUND action and therefore superfluous.
redux-oidc - v3.0.0-beta.17

Published by maxmantz over 6 years ago

This will (hopefully) be the final beta release of version 3.

Potentially breaking changes:

  • removed oidc-client-fetch as a dependency since this hasn't been updated in over a year and is outdated in comparison to the current version of oidc-client. For all users of this library, please switch to oidc-client instead.

Other changes:

  • bumped up the minimum version of oidc-client to 1.4.1.
redux-oidc - v3.0.0-beta.16

Published by maxmantz over 6 years ago

  • fixed the optional dependency of oidc-client-fetch
redux-oidc - v3.0.0-beta.15

Published by maxmantz over 6 years ago

-fixed typings (#94) - thanks @jonaskello

redux-oidc - v3.0.0-beta.14

Published by maxmantz almost 7 years ago

Bug fixes:

  • fixed a bug where multiple USER_FOUND actions were dispatched in the middleware.
redux-oidc - v3.0.0-beta.13

Published by maxmantz almost 7 years ago

API changes:

  • the immutable reducer now deeply converts non-objects to immutable maps (#69). This can have effects on how you retrieve data from the user object stored in the reducer. Thanks @Tankanow for the fix.

Improvements:

  • loadUser now returns a promise (#75). Thanks @danrashid.
  • loadUser now dispatches LOADING_USER at the beginning of the call (#76). Thanks @rmkpatchaa.

Bug fixes:

  • loadUser now dispatches USER_EXPIRED when the user object returned by the user manager is null (#73). Thanks @mcosand for the bug report.

This will likely be the final beta release unless new bugs surface in the near future.

redux-oidc - v3.0.0-beta.12

Published by maxmantz about 7 years ago

  • fixed the semver warning when installing oidc-client-fetch (#62).
redux-oidc - v3.0.0-beta.11

Published by maxmantz about 7 years ago

  • now supports installing either oidc-client or oidc-client-fetch.
redux-oidc - v3.0.0-beta.10

Published by maxmantz over 7 years ago

PRs #54 & #55 merged. Thanks @notatestuser

Package Rankings
Top 1.83% on Npmjs.org
Badges
Extracted from project README
Build Status
Related Projects