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
Hello :) I noticed the gem doesn't allow me to login through multiple subdomains. After a quick research, I found the signed cookie options does not include domain: :all and I couldn't find a way to configure it from outside (like a specific configuration or default options for cookies).
Release v1.7.1 has been pushed to address this. It is disabled by default but you can enable it with config.insert_cookie_domain = true in your ActionAuth config.
Hello :) I noticed the gem doesn't allow me to login through multiple subdomains. After a quick research, I found the signed cookie options does not include
domain: :all
and I couldn't find a way to configure it from outside (like a specific configuration or default options for cookies).action_auth/app/controllers/action_auth/sessions_controller.rb
Line 22 in 00d9a8e
Changing the local gem code to something like this works fine:
Thanks!
The text was updated successfully, but these errors were encountered: