Module: LcpRuby::Controller::BearerAuthentication

Extended by:
ActiveSupport::Concern
Included in:
ApplicationController
Defined in:
lib/lcp_ruby/controller/bearer_authentication.rb

Constant Summary collapse

BEARER_PREFIX_LENGTH =
"Bearer ".length
BASIC_PREFIX_LENGTH =
"Basic ".length