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,
sig/jwt_authenticable.rbs

Overview

Add here our custom exceptions

Defined Under Namespace

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

Constant Summary collapse

SUPPORTED_ALGOS =

Returns:

  • (Array[String])
%w[HS256 HS384 HS512 RS256 RS384 RS512].freeze
VERSION =

Returns:

  • (String)
'1.2.1'