Closed panva closed 2 years ago
This PR replaces the use of jsonwebtoken library with jose.
jsonwebtoken
jose
This is not a required change, it is merely a proposal to use a library without dependencies that is also dual conditional ESM/CJS.
Local test suite passed the same before and after the changes.
thank you @panva ! looks good. also thanks for cleaning up the code some!
Description
This PR replaces the use of
jsonwebtoken
library withjose
.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.