rodauth instance on ApplicationController not getting correct access to the current session #284
-
Beta Was this translation helpful? Give feedback.
Answered by
FelipeBodelon
Mar 20, 2024
Replies: 1 comment 1 reply
-
Looks like when using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FelipeBodelon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like when using
protect_form_forgery
, if failing quietly it resets the session, thus breaking any rodauth feature. Purely a Rails mistake, will keep this here in case anyone runs against this issue.