workos-node icon indicating copy to clipboard operation
workos-node copied to clipboard

Add method for verifying JWT token

Open Pante opened this issue 5 months ago • 0 comments

From my understanding, we currently need to verify JWT tokens passed from the client to the server manually using a 3rd party library. There is already a function to retrieve the jwks URL, https://workos.com/docs/reference/user-management/session-tokens/jwks. It would be great if the SDk provided a convenience method to verify & decode the JWT token similar to how Firebase does so.

Pante avatar Jul 22 '25 13:07 Pante