We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f8c04 commit 97bab0dCopy full SHA for 97bab0d
README.md
@@ -76,7 +76,7 @@ const isVerified = await verifyHSTokenWithSecretString(
76
import {checkTokenValidness} from "keylab"
77
78
const signedPayloadEs512 = "ey.....";
79
-const jwksUri = `https://openid.auth.dog/.well-known/jwks.json`;
+const jwksUri = "https://id.authdog.com/oidc/.well-known/jwks.json";
80
81
const isValid = await checkTokenValidness(
82
signedPayloadEs512,
0 commit comments