Skip to content

Releases: keratin/authn-js

v1.5.0

03 Feb 02:32
8d4b1ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0

v1.4.1

31 Jan 02:29
a1b9df9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

20 Nov 20:01
Compare
Choose a tag to compare
v1.4.0

1.3.4

20 Nov 17:01
Compare
Choose a tag to compare
v1.3.4

v1.3.4

v1.3.3

12 Aug 15:35
Compare
Choose a tag to compare

Fixed

  • window references during server-side rendering [#42]

v1.3.2

09 Jun 17:57
Compare
Choose a tag to compare

Fixed

  • fix unreliable "401 Unauthorized" handling

v1.3.1

04 Jun 19:32
Compare
Choose a tag to compare

Fixed

  • fix incorrect "connection failed" failure message
  • fix uncaught exceptions from scheduled refreshes

v1.3.0

04 Jun 19:32
Compare
Choose a tag to compare

Added

  • support for path and sameSite settings on cookie store [#35]

v1.2.0

27 Nov 22:08
Compare
Choose a tag to compare
v1.2.0

v1.1.0

15 May 18:53
Compare
Choose a tag to compare

Adds importSession() to API. This is similar to restoreSession(), but does not check for a stale session before attempting to refresh. It's intended for the upcoming OAuth support in authn-server.