Skip to Content Skip to Search
Methods
A
S
V
Included Modules

Instance Public methods

authenticate!()

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

store?()

# File lib/authentication/jwt_strategy.rb, line 13
def store?
  false
end

valid?()

# File lib/authentication/jwt_strategy.rb, line 5
def valid?
  bearer_token.present? && current_site
end