Module jwu

Source
Expand description

Reexport of identity_jose::jwu.

Functionsยง

decode_b64
Decode the given url-safe, unpadded base64-encoded slice into its raw bytes.
decode_b64_json
Decode the given url-safe base64-encoded slice into its raw bytes and try to deserialize it into T.
encode_b64
Encode the given slice in url-safe base64 with no padding.
encode_b64_json
Serialize the given data into JSON and encode the result in url-safe base64.