pagopa / interop-be-monorepo

Apache License 2.0
0 stars 1 forks source link

Fix jwt token verification skipping invalid WELL_KNOWN_URLS #1002

Open Viktor-K opened 2 days ago

Viktor-K commented 2 days ago

Description

this PR try to find a different way to validate JWT token using a awaitable way and avoid callback usages with jwk lib.