Releases: Zaubrik/djwt
Releases · Zaubrik/djwt
Web Crypto API
The new Web Crypto API has been implemented. Until the next release you should consider this release as experimental.
- BREAKING CHANGES: The whole API has changed. Please look up the details in the README.
v2.2: Merge pull request #46 from timonson/patch-validate
Divided the function decode
into the two functions validate
and decode
. The function decode
returns a 3-tuple now.
Add RS512, PS256 and PS512
Merge pull request #44 from timonson/alg-patch1 Add RS512, PS256 and PS512
v2.0
v1.9
v1.8
v1.7
v1.6
v1.5
v1.4
- Bumped
deno
to 1.4 andstd
to 0.69 - Updated export of types and helper functions
- Added https://nest.land/
- Fixed minor issues