Forest Admin v6.0.0 Release Notes

Release Date: 2021-02-22 // about 3 years ago
  • ๐Ÿ› 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.