Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt authored Oct 18, 2024
1 parent e2f8c04 commit 97bab0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const isVerified = await verifyHSTokenWithSecretString(
import {checkTokenValidness} from "keylab"

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

const isValid = await checkTokenValidness(
signedPayloadEs512,
Expand Down

0 comments on commit 97bab0d

Please sign in to comment.