Releases: adfinis/ember-simple-auth-oidc
v5.0.1
v5.0.0
v4.1.1
v4.1.0
v4.0.0
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
v4.0.0-beta.1
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
v3.0.0
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 newsingleLogout
function.
v2.0.0
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 theoidc-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