Skip to content

Releases: adfinis/ember-simple-auth-oidc

v5.0.1

20 Oct 11:26
Compare
Choose a tag to compare

5.0.1 (2022-10-20)

Bug Fixes

  • apollo: make apollo client a dependency (31aca2e), closes #597

v5.0.0

02 Sep 09:13
Compare
Choose a tag to compare

5.0.0 (2022-09-02)

chore

  • deps: update dependencies (2c298f5)

Features

BREAKING CHANGES

  • deps: Drop support for Node v12 and Ember LTS v3.24.

v4.1.1

28 Apr 11:41
Compare
Choose a tag to compare

4.1.1 (2022-04-28)

Bug Fixes

  • auth-route: store query params of attempted transition (4a8406d)

v4.1.0

22 Mar 08:05
Compare
Choose a tag to compare

4.1.0 (2022-03-22)

Features

  • apollo: add middleware for ember-apollo-client (7e22f17)

v4.0.0

04 Feb 10:26
Compare
Choose a tag to compare

4.0.0 (2022-02-04)

Bug Fixes

  • authentication: fix collection of attempted transition url (503a0d5)

  • config: remove usage of ember-get-config (74a9c0d)

  • debug: remove console log statements (eb3af4b)

  • dummy: correct session setup and fix serializer deprecation (aae998d)

  • lint: add missing linter deps and fix linting errors (d21c18e)

  • minor fixes and requested changes (28a67ac)

  • feat(adapter)!: add oidc rest adapter and refactor adapter naming (2c9f446)

  • refactor(octane)!: refactor to native js classes and remove mixins (b3610e8)

BREAKING CHANGES

  • Include an adapter subclass of the Ember
    RestAdapter to handle OIDC token refreshes and unauthorized
    request handling. The existing OIDCadapter is renamed to
    OIDCJSONAPIAdapter to clarify the base class origin.
  • mixins can no longer be used, requires migration
    of consuming ember applications.

v4.0.0-beta.2

04 Feb 09:48
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

4.0.0-beta.2 (2022-02-04)

Bug Fixes

  • config: remove usage of ember-get-config (74a9c0d)

v4.0.0-beta.1

11 Jan 17:06
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

4.0.0-beta.1 (2022-01-11)

Bug Fixes

  • authentication: fix collection of attempted transition url (503a0d5)

  • debug: remove console log statements (eb3af4b)

  • dummy: correct session setup and fix serializer deprecation (aae998d)

  • lint: add missing linter deps and fix linting errors (d21c18e)

  • minor fixes and requested changes (28a67ac)

  • feat(adapter)!: add oidc rest adapter and refactor adapter naming (2c9f446)

  • refactor(octane)!: refactor to native js classes and remove mixins (b3610e8)

BREAKING CHANGES

  • Include an adapter subclass of the Ember
    RestAdapter to handle OIDC token refreshes and unauthorized
    request handling. The existing OIDCadapter is renamed to
    OIDCJSONAPIAdapter to clarify the base class origin.
  • mixins can no longer be used, requires migration
    of consuming ember applications.

v3.0.1

19 Nov 08:49
Compare
Choose a tag to compare

3.0.1 (2020-11-19)

Bug Fixes

  • deps: update ember and other dependencies (c911827)

v3.0.0

18 Aug 13:00
Compare
Choose a tag to compare

3.0.0 (2020-08-18)

Features

  • single-logout: separate session invalidate and oidc logout (628eecb)

BREAKING CHANGES

  • single-logout: Since v1.0.0 this addon will always perform a single
    logout on the authorization server. With this change the default
    behaviour is "only" a logout on the current application. If the single
    logout should be preserved the consuming application needs to manually
    call the new singleLogout function.

v2.0.0

18 Jun 13:32
Compare
Choose a tag to compare

2.0.0 (2020-06-18)

Bug Fixes

  • config: allow configuration URLs to be absolute and relative (3477cbc), closes #189
  • mixin: correctly recompute headers in the oidc-adapter-mixin (d994a6e)
  • mixin: restore error handling (31671f5)

chore

  • deps: update ember and other dependencies (4d3bad3)

Features

  • add support for ember-simple-auth 3 (e86f571)

BREAKING CHANGES

  • deps: Support for the old ember LTS 3.8 is dropped