issues
search
Zaubrik
/
djwt
Create and verify JSON Web Tokens (JWT) with Deno or the browser.
MIT License
228
stars
23
forks
source link
Optional generic types for `Payload`
#84
Closed
timonson
closed
1 year ago
timonson
commented
1 year ago
Add optional generic
Payload
types for
verify
and
decode
.
Check payload for being an object in
create
for JS.
Update examples.
Payload
types forverify
anddecode
.create
for JS.