serverless-offline icon indicating copy to clipboard operation
serverless-offline copied to clipboard

refactor: replace jsonwebtoken with jose

Open panva opened this issue 3 years ago • 0 comments

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.

panva avatar Sep 22 '22 15:09 panva