File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ console.log(token);
131131// This is the public key used to verify the JWT. This is the key that is used to make JWKS.
132132// Check out below to convert PEM to JWKS
133133// Store it in gist, public folder or somewhere else that is accessible to the public.
134- // like this enpoint : https://my-authz-server/.well-known/jwks.json
134+ // like this endpoint : https://my-authz-server/.well-known/jwks.json
135135// Step 6. Create the JWT Verifier in Web3Auth Dashboard as per the above fields of JWT.
136136```
137137
@@ -176,7 +176,7 @@ console.log(token);
176176// This is the public key used to verify the JWT. This is the key that is used to make JWKS.
177177// Check out below to convert PEM to JWKS
178178// Store it in gist, public folder or somewhere else that is accessible to the public.
179- // like this enpoint : https://my-authz-server/.well-known/jwks.json
179+ // like this endpoint : https://my-authz-server/.well-known/jwks.json
180180// Step 6. Create the JWT Verifier in Web3Auth Dashboard as per the above fields of JWT.
181181```
182182
You can’t perform that action at this time.
0 commit comments