Skip to content

Commit 97bab0d

Browse files
authored
Update README.md
1 parent e2f8c04 commit 97bab0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const isVerified = await verifyHSTokenWithSecretString(
7676
import {checkTokenValidness} from "keylab"
7777

7878
const signedPayloadEs512 = "ey.....";
79-
const jwksUri = `https://openid.auth.dog/.well-known/jwks.json`;
79+
const jwksUri = "https://id.authdog.com/oidc/.well-known/jwks.json";
8080

8181
const isValid = await checkTokenValidness(
8282
signedPayloadEs512,

0 commit comments

Comments
 (0)