Skip to content

v6.0.0

Compare
Choose a tag to compare
@forest-bot forest-bot released this 22 Feb 13:50

6.0.0 (2021-02-22)

Bug Fixes

  • auth: support multi-instances and remove auth's redirection (#407) (8fcf9d4)
  • gemfile: gemfile.lock forest_liana version mismatch (#401) (60ceaf1)

Features

BREAKING CHANGES

  • auth: Introduces a new authentication system.
  • The application_url property is required to initialize ForestLiana,
  • CORS rules must be adapted (to allow null origins).
  • auth: New authentication system.
    The application_url must be set in the ForestLiana initializer, adding a regex CORS rule for null origin is required.