Replies: 1 comment
-
It depends on the auth module you use. Why don’t you go through legit auth steps and then see the cookies, you might have some clues after that. It’s hard to say as it’s definitely not ferrum issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to invoke
Ferrum::Browser.new
inside a Rails controller and access an action that requires authentication.However it naturally brings me to/renders the sign_in page:
I know that I could do something like this to authenticate the user
However is there a legit way to set the user in the browser?
I was thinking something like this, but it does not seem to work:
full code:
Beta Was this translation helpful? Give feedback.
All reactions