Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz17 committed Jul 12, 2023
1 parent b0b8e79 commit 9820a93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/auth-provider-setup/byo-jwt-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ To create a custom verifier for your JWT Providers, you'll need
"keys": [
{
"kty": "RSA",
"kid": "1bb9605c36e{your_kid}69386830202b2d",
"kid": "{your_kid}",
"use": "sig",
"alg": "RS256",
"n": "0x{your_n}",
"e": "0x{your_e}"
"n": "{your_n}",
"e": "{your_e}"
}
]
}
Expand Down

1 comment on commit 9820a93

@vercel
Copy link

@vercel vercel bot commented on 9820a93 Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web3auth-docs – ./

w3a-docs.vercel.app
web3auth-docs-git-master-web3auth.vercel.app
web3auth-docs-web3auth.vercel.app

Please sign in to comment.