@techiev2/vajra 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README +4 -1
- package/README.md +4 -1
- package/examples/test.bin +1 -0
- package/index.js +1 -1
- package/libs/auth/jwt.js +4 -2
- package/package.json +1 -1
- package/testing.js +6 -0
- package/tests/tests.js +117 -11
package/README
CHANGED
|
@@ -22,7 +22,10 @@ Like the Vajra, this server delivers maximum power in minimal form.
|
|
|
22
22
|
|
|
23
23
|
## Changelog
|
|
24
24
|
|
|
25
|
-
### 1.4.
|
|
25
|
+
### 1.4.1 (Current)
|
|
26
|
+
- Added support to handle drift in system time after signing
|
|
27
|
+
|
|
28
|
+
### 1.4.0 (2025-12-31)
|
|
26
29
|
- Added full HS256 JWT support (`@techiev2/vajra/libs/auth/jwt.js`)
|
|
27
30
|
- Ultra-minimal, zero-dependency implementation
|
|
28
31
|
- Key and header caching for maximum performance
|
package/README.md
CHANGED
|
@@ -22,7 +22,10 @@ Like the Vajra, this server delivers maximum power in minimal form.
|
|
|
22
22
|
|
|
23
23
|
## Changelog
|
|
24
24
|
|
|
25
|
-
### 1.4.
|
|
25
|
+
### 1.4.1 (Current)
|
|
26
|
+
- Added support to handle drift in system time after signing
|
|
27
|
+
|
|
28
|
+
### 1.4.0 (2025-12-31)
|
|
26
29
|
- Added full HS256 JWT support (`@techiev2/vajra/libs/auth/jwt.js`)
|
|
27
30
|
- Ultra-minimal, zero-dependency implementation
|
|
28
31
|
- Key and header caching for maximum performance
|