Exception: JwtAuthenticable::Exceptions::MissingAuth

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jwt_authenticable/exceptions.rb

Overview

Exception for missing Authentication header

Instance Method Summary collapse

Instance Method Details

#messageObject



22
23
24
# File 'lib/jwt_authenticable/exceptions.rb', line 22

def message
  'Authentication header must be present'
end