mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-08 15:23:55 -05:00
Previously checks whether a certain scope is signed in were performed using warden’s `authenticate?` or `authenticate` methods which would run the strategies and sign in the scope if valid params were given. We want to remove this side effect from query methods.