elysiajs / elysia-jwt

Plugin for Elysia for using JWT Authentication
MIT License
38 stars 16 forks source link

upgrade dependency "jose" to latest version to fix issues #36

Open huilensolis opened 3 months ago

huilensolis commented 3 months ago

jose has launched a new version. I encountered issues, such as setting the jwt exp to "7d" and getting a date on 1970. I think upgrading to the latest jose would solve these issues.