module

Authly::TokenBinder

Class methods

extract_thumbprint(token_data : Hash(String, JSON::Any)) : String | Nil

Extract certificate thumbprint from token claims

Source
verify_binding(context : HTTP::Server::Context, token_data : Hash(String, JSON::Any)) : Bool

Verify that the current certificate matches the token binding

Source