Authn Js Versions Save

JavaScript client library for Keratin AuthN

v1.5.0

4 months ago

What's Changed

Full Changelog: https://github.com/keratin/authn-js/compare/v1.4.1...v1.5.0

v1.4.1

4 months ago

What's Changed

Full Changelog: https://github.com/keratin/authn-js/compare/v1.4.0...v1.4.1

v1.4.0

6 months ago

v1.3.4

6 months ago

v1.3.3

2 years ago

Fixed

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

v1.3.2

3 years ago

Fixed

  • fix unreliable "401 Unauthorized" handling

v1.3.1

3 years ago

Fixed

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

v1.3.0

3 years ago

Added

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

v1.2.0

5 years ago

v1.1.0

6 years ago

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.