Module | Warden::Test::Helpers |
In: |
lib/warden/test/helpers.rb
|
A helper method that will peform a login of a user in warden for the next request Provide it the same options as you would to Warden::Proxy#set_user @see Warden::Proxy#set_user @api public
Logs out a user from the session. Without arguments, all users will be logged out Provide a list of scopes to only log out users with that scope. @see Warden::Proxy#logout @api public