Source: show
# File lib/authentication/cookie_strategy.rb, line 9 def authenticate! authenticate_with_token(token) end
# File lib/authentication/cookie_strategy.rb, line 5 def valid? token && current_site end