Expand description
JSON Web Utilities.
Functionsยง
- Decode the given url-safe, unpadded base64-encoded slice into its raw bytes.
- Decode the given url-safe base64-encoded slice into its raw bytes and try to deserialize it into
T
. - Encode the given slice in url-safe base64 with no padding.
- Serialize the given data into JSON and encode the result in url-safe base64.