elysiajs / elysia-jwt

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

How do I access the jwt functions outside? #13

Closed ajaz-ur-rehman closed 11 months ago

ajaz-ur-rehman commented 11 months ago

I'm trying to use the jwt functions (sign, verify) outside the app context of Elysia in my custom class. How do I do this?

tmm commented 11 months ago

Related https://github.com/elysiajs/elysia/issues/224