Skip to content

Releases: Zaubrik/djwt

Web Crypto API

17 Aug 09:39
81f7244
Compare
Choose a tag to compare

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

30 Jan 23:42
6d7896f
Compare
Choose a tag to compare

Divided the function decode into the two functions validate and decode. The function decode returns a 3-tuple now.

Add RS512, PS256 and PS512

21 Jan 07:28
eb22a8b
Compare
Choose a tag to compare
Merge pull request #44 from timonson/alg-patch1

Add RS512, PS256 and PS512

v2.0

10 Dec 12:49
Compare
Choose a tag to compare
Bump versions

v1.9

29 Oct 18:38
Compare
Choose a tag to compare

Add safeCompare to prevent timing attacks

v1.8

28 Oct 15:04
Compare
Choose a tag to compare

BREAKING CHANGE: new API
BREAKING CHANGE: pure JWT now

v1.7

01 Oct 22:47
Compare
Choose a tag to compare
Add mod.ts because it is needed for nest.land

v1.6

22 Sep 13:29
c784dde
Compare
Choose a tag to compare

The RS256 algorithm has been implemented.

v1.5

20 Sep 18:48
ca17f7c
Compare
Choose a tag to compare
Merge pull request #32 from MariusVatasoiu/master

Import types in validate.js

v1.4

15 Sep 22:21
Compare
Choose a tag to compare
  • Bumped deno to 1.4 and std to 0.69
  • Updated export of types and helper functions
  • Added https://nest.land/
  • Fixed minor issues