Configuration
- Sorcery Version:
0.13.0
- Ruby Version:
2.3.5
- Framework:
Rails 5.2
- Platform:
Mac
Expected Behavior
When I call #login in my controller it should place the user id in the session.
Actual Behavior
When I call #login in my controller, it returns the user as it should. It doesn't place the user in the session though so it isn't actually logged in. I have a feeling it is some configuration that should be changed due to my Rails 4.2->5.2 and Sorcery 0.9.1->0.13.0 upgrades which caused this, I just don't know what it is.
Steps to Reproduce
I'm not sure how to reproduce it in any app other than my specific situation.
Configuration
0.13.02.3.5Rails 5.2MacExpected Behavior
When I call
#loginin my controller it should place the user id in the session.Actual Behavior
When I call
#loginin my controller, it returns the user as it should. It doesn't place the user in the session though so it isn't actually logged in. I have a feeling it is some configuration that should be changed due to my Rails 4.2->5.2 and Sorcery 0.9.1->0.13.0 upgrades which caused this, I just don't know what it is.Steps to Reproduce
I'm not sure how to reproduce it in any app other than my specific situation.