Defining Schema for Base64url Strings
How can we define a schema for base64url string?
I see the decoding function:
We have
I see the decoding function:
We have
S.Base64Url, but its decoded type is Uint8Array not string.