@tidecloak/verify 0.9.12 → 0.99.7
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.md +1 -1
- 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
|
|
3
|
+
A lightweight utility for server‑side verification of TideCloak‑issued 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
|
|