jwtd ~master (2020-09-03T14:12:52Z)
Dub
Repo
encode
jwtd
jwt
simple version that accepts only strings as values for payload and header fields
string
encode
(string[string] payload, string key, JWTAlgorithm algo, string[string] header_fields)
string
encode
(
string
[
string
]
payload
,
string
key
,
JWTAlgorithm
algo
=
JWTAlgorithm.HS256
,
string
[
string
]
header_fields
= null
)
string
encode
(JSONValue payload, string key, JWTAlgorithm algo, JSONValue header_fields)
string
encode
(ubyte[] payload, string key, JWTAlgorithm algo, JSONValue header_fields)
Meta
Source
See Implementation
jwtd
jwt
classes
SignException
VerifyException
enums
JWTAlgorithm
functions
corruptEncodedString
decode
encode
urlsafeB64Decode
urlsafeB64Encode
verify
simple version that accepts only strings as values for payload and header fields