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
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
I'm seeing the following error when trying to save a session:
`@auth::user' is not allowed as an instance variable name
I followed the stack traces a little bit, and it looks like it's triggered whenever find_by_rpx_identifier is called. There's a bunch of metaprogramming stuff in acts_as_authentic.rb, which seems to be sending the method auth::user to the session. Ideas?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey there,
I have all my auth classes namespaced, like so:
I'm seeing the following error when trying to save a session:
I followed the stack traces a little bit, and it looks like it's triggered whenever
find_by_rpx_identifier
is called. There's a bunch of metaprogramming stuff inacts_as_authentic.rb
, which seems to be sending the methodauth::user
to the session. Ideas?The text was updated successfully, but these errors were encountered: