class Warden::Strategies::Base

def store?

:api: public
Checks to see if a strategy should result in a permanent login
def store?
  true
end