serverless-offline
serverless-offline copied to clipboard
refactor: replace jsonwebtoken with jose
Description
This PR replaces the use of jsonwebtoken library with jose.
Motivation and Context
This is not a required change, it is merely a proposal to use a library without dependencies that is also dual conditional ESM/CJS.
How Has This Been Tested?
Local test suite passed the same before and after the changes.