Releases: Zaubrik/djwt
Releases · Zaubrik/djwt
v1.2
v1.1
v1.0 release
BREAKING CHANGE: makeJwt
returns a promise now
BREAKING CHANGE: validateJwt
takes only one object as argument
Last breaking changes (hopefully) before v1
- BREAKING CHANGE: changed API of
validateJwt
- BREAKING CHANGE: removed the default exports
- Improved tests
changed makeJwt API
BREAKING CHANGE
New API design
BREAKING CHANGE: The function makeJwt
has a new API
Added string literal types to alg header
v0.6.0 return null instead of undefined
Removed base64 dependency
v0.5.0 fixed docu
Improved API
The function validateJwt
returns a promise now which resolves to the JWT as JavaScript Object - if valid.
CI and https://deno.land/x/ service
Added continuous integration (CI) and registered in the denoland registry https://github.com/denoland/registry