You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [6.0.0](v5.4.4...v6.0.0) (2021-02-22)
### Bug Fixes
* **auth:** support multi-instances and remove auth's redirection ([#407](#407)) ([8fcf9d4](8fcf9d4))
* **gemfile:** gemfile.lock forest_liana version mismatch ([#401](#401)) ([60ceaf1](60ceaf1))
### Features
* **auth:** authenticate using oidc ([#383](#383)) ([b535ab4](b535ab4))
* **auth:** authenticate using oidc ([#400](#400)) ([4898b73](4898b73))
### 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.
***auth:** support multi-instances and remove auth's redirection ([#407](https://github.com/ForestAdmin/forest-rails/issues/407)) ([8fcf9d4](https://github.com/ForestAdmin/forest-rails/commit/8fcf9d4ba0f41b8c98451a3d15d31c73ab4fd162))
7
+
***gemfile:** gemfile.lock forest_liana version mismatch ([#401](https://github.com/ForestAdmin/forest-rails/issues/401)) ([60ceaf1](https://github.com/ForestAdmin/forest-rails/commit/60ceaf195371c56ee327cffbd40e8b85bf42ea3a))
8
+
9
+
10
+
### Features
11
+
12
+
***auth:** authenticate using oidc ([#383](https://github.com/ForestAdmin/forest-rails/issues/383)) ([b535ab4](https://github.com/ForestAdmin/forest-rails/commit/b535ab4e7e7e371c93d01bdb41c6006bd9acc7cd))
13
+
***auth:** authenticate using oidc ([#400](https://github.com/ForestAdmin/forest-rails/issues/400)) ([4898b73](https://github.com/ForestAdmin/forest-rails/commit/4898b73bc70bf3a4828d7cdf63cd642add10b643))
14
+
15
+
16
+
### BREAKING CHANGES
17
+
18
+
***auth:** Introduces a new authentication system.
19
+
- The application_url property is required to initialize ForestLiana,
20
+
- CORS rules must be adapted (to allow null origins).
21
+
***auth:** New authentication system.
22
+
The application_url must be set in the ForestLiana initializer, adding a regex CORS rule for null origin is required.
0 commit comments