Skip to content

Releases: jerelmiller/redux-simple-auth

v0.0.6

29 Apr 10:49

Choose a tag to compare

v0.0.6 Pre-release
Pre-release

Changes

  • Added the ability to authorize requests (#5)
  • Add new action that will use the authorizer to set authentication headers for a request

v0.0.5

26 Apr 06:51

Choose a tag to compare

v0.0.5 Pre-release
Pre-release

Changes

  • Added adaptive store (#2)
  • Make adaptive store the default store if not specified
  • Added eslint config (#3)

v0.0.4

25 Apr 07:19

Choose a tag to compare

v0.0.4 Pre-release
Pre-release

Changes

  • Adds cookie store implementation
  • Added example to documentation showing cookie store creation

v0.0.3

25 Apr 07:21

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

Changes

  • Fixed imports after npm|yarn install

v0.0.2

25 Apr 07:24

Choose a tag to compare

v0.0.2 Pre-release
Pre-release

Changes

  • Added build steps

v0.0.1

25 Apr 07:23

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

Initial Release 🎉

  • Groundwork for middleware and authenticators
  • localStorage implementation
  • Rudimentary documentation