# Functions

No description provided by the author
No description provided by the author
No description provided by the author
EqualURL checks url equality respecting only: user/password, host, port, path, query.
Hash returns a hash of a given bytes as solid hex string with no leading 0x.
HashReader is like Hash but hashes bytes from a reader.
ParseToken extracts fields from the given JWT and validates them.
VerifyRequest verifies parsed and validated token vs actual HTTP request.

# Structs

Extended JWT claims.
JWTPayload is abstraction of what JWT transfers.
SignedRequest creates JWT for a request.

# Type aliases

No description provided by the author