Skip to Content Skip to Search
Methods
A
V
Included Modules

Instance Public methods

authenticate!()

# File lib/authentication/cookie_strategy.rb, line 9
def authenticate!
  authenticate_with_token(token)
end

valid?()

# File lib/authentication/cookie_strategy.rb, line 5
def valid?
  token && current_site
end