Decode Protobuf Web Tokens (PWT)
{ validUntil : Time.Posix, claims : t }
Claims encoded in the token and some metadata
decode : Protobuf.Decode.Decoder t -> String -> Result Error (TokenData t)
Decodes a Protobuf Web Token using the given decoder.
The ways a token decoding can fail