@tidecloak/verify 0.9.12 → 0.11.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # TideCloak Verify SDK
2
2
 
3
- A lightweight utility for server-side verification of TideCloak-issued JSON Web Tokens (JWTs).
3
+ A lightweight utility for serverside verification of TideCloakissued JSON Web Tokens (JWTs).
4
4
 
5
5
  This package exports a single function, `verifyTideCloakToken`, which you can use in your Next.js API routes, Node.js servers, or any backend to verify the authenticity, issuer, audience, and roles of a JWT issued by your TideCloak realm.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tidecloak/verify",
3
- "version": "0.9.12",
3
+ "version": "0.11.5",
4
4
  "description": "A lightweight utility for server-side verification of TideCloak-issued JSON Web Tokens (JWTs).",
5
5
  "exports": {
6
6
  ".": {