mikenicholson/passport-jwt

JWT verification for auth code or PKCE flow

snehil2112 opened this issue · 1 comments

Hi,
How can we use this library to verify token issued for a public client that does not have a secret and the token verification key is fetched from jwks_uri mentioned in well known uri.
My frontend application is using keycloak oidc for authentication with public client hence no secret is applicable.