Skip to content

v1.0.0

Compare
Choose a tag to compare
@anehx anehx released this 22 Jan 09:54

1.0.0 (2020-01-22)

Bug Fixes

  • adapter: remove deprecated usage of authorize on adapter mixin (fdd3de4)

Features

  • remove support for node 8 (9cc76a4)
  • store redirect URL before logout (9ae445e)
  • license: move from MIT to LGPL-3.0-or-later license (ce3e635)

BREAKING CHANGES

  • license: This project is now licensed under the LGPL-3.0-or-later
    license instead of the MIT license.
  • This removes the need for the OIDCEndSessionRouteMixin. It can simply be replaced by the ESA native call of session.invalidate()

This enables the user to store the source URL after logging out. The user will then be redirected to that source after the next login.

  • Node version 8.x is not supported anymore since it's
    not a maintained LTS version.