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
Greetings, we recently upgraded to rails 7.1.3 and we're having an issue where the access token is too large for rails session object. The access token is 1344 bytes and it leads the cookie size to being 4336. Not sure if anyone else receives the problem after upgrading to the newer rails versions. We have a rails 6.0.4.1 application that does not render the cookie overflow exception upon redirect back to the target application. I even tried to use Rack Deflater to get the size of incoming resources down, but that does not work.
Reproduction
Setup a basic auth0 application
Add 3 claims
Add a handful of custom claim meta attributes
the rails session cookie is _app_rails_session=1332 and the access_token is 1344
Additional context
No response
omniauth-auth0 version
3.1.1
OmniAuth version
2.1.2
Ruby version
3.2.4
The text was updated successfully, but these errors were encountered:
Checklist
Description
Greetings, we recently upgraded to rails 7.1.3 and we're having an issue where the access token is too large for rails session object. The access token is 1344 bytes and it leads the cookie size to being 4336. Not sure if anyone else receives the problem after upgrading to the newer rails versions. We have a rails 6.0.4.1 application that does not render the cookie overflow exception upon redirect back to the target application. I even tried to use Rack Deflater to get the size of incoming resources down, but that does not work.
Reproduction
the rails session cookie is _app_rails_session=1332 and the access_token is 1344
Additional context
No response
omniauth-auth0 version
3.1.1
OmniAuth version
2.1.2
Ruby version
3.2.4
The text was updated successfully, but these errors were encountered: