Source: show
# File lib/authentication/jwt_strategy.rb, line 9 def authenticate! authenticate_with_token(bearer_token) end
# File lib/authentication/jwt_strategy.rb, line 13 def store? false end
# File lib/authentication/jwt_strategy.rb, line 5 def valid? bearer_token.present? && current_site end