module JWT
Overview
TODO Write documentation for JwtMapping
Extended Modules
Defined in:
lib/jwt/src/jwt.crlib/jwt/src/jwt/errors.cr
lib/jwt/src/jwt/version.cr
jwt_mapping.cr
Constant Summary
-
MAPPING_VERSION =
"0.1.0"
Instance Method Summary
- #decode_with_mapping(token : String, payload_class = Payload, key : String = "", algorithm : Algorithm = Algorithm::None, verify = true, validate = true, **options) : Tuple
- #decode_with_mapping(token : String, payload_class = Payload, algorithm : Algorithm | Nil = nil, verify = true, validate = true, **options, &) : Tuple
Instance Method Detail
def decode_with_mapping(token : String, payload_class = Payload, key : String = "", algorithm : Algorithm = Algorithm::None, verify = true, validate = true, **options) : Tuple
#
def decode_with_mapping(token : String, payload_class = Payload, algorithm : Algorithm | Nil = nil, verify = true, validate = true, **options, &) : Tuple
#