Module: JwtAuthenticable

Extended by:
Dry::Configurable
Defined in:
lib/jwt_authenticable.rb,
lib/jwt_authenticable/auth.rb,
lib/jwt_authenticable/info.rb,
lib/jwt_authenticable/version.rb,
lib/jwt_authenticable/responses.rb,
lib/jwt_authenticable/exceptions.rb

Overview

Add here our custom exceptions

Defined Under Namespace

Modules: Auth, Exceptions, Info, Responses Classes: Error

Constant Summary collapse

SUPPORTED_ALGOS =
[JWT::Algos::Hmac, JWT::Algos::Rsa].freeze
VERSION =
'1.1.0'