Skip to content

Releases: alexey-detr/auzy

v4.0.0

11 Jun 15:26
Compare
Choose a tag to compare

Bug Fixes

  • Fixed authenticate() method to always send sessionId (620edcb)

Features

  • Session ID will be regenerated on every authenticate() call (00d7a60)

BREAKING CHANGES

  • Calling of authenticate() method will now regenerate a session ID

v3.0.0

04 Jan 07:08
Compare
Choose a tag to compare

Bug Fixes

  • fixed issue when user was not deleted from session in Koa (ed1117e)

Features

  • ObjectStorage: Added TTL support for a native ObjectStorage (44da244)
  • added header transport implementation (d93d5d7)

BREAKING CHANGES

  • ObjectStorage: TTL has to be specified in milliseconds now

v2.1.0

04 Jan 07:08
Compare
Choose a tag to compare

Features

  • Added first adapters implementation (29439a0)

v2.0.0

04 Jan 07:08
Compare
Choose a tag to compare

Tests

  • First functional tests for Restify framework (8d6c778)

BREAKING CHANGES

  • Middleware's second parameter is an object now, it contains definition of storage,
    framework, etc.

v1.0.2

04 Jan 07:08
Compare
Choose a tag to compare
v1.0.2

v1.0.1

04 Jan 07:08
Compare
Choose a tag to compare

Code Refactoring

  • Now req and res are captured for every request (c229dba)

Features

  • Now it is possible to specify receiveSessionId in config (e90b869)

BREAKING CHANGES

  • API was broken