I'm trying to find some sample code on generating my own JWTs in Deno. Are there any examples there?
Then... I'm curious how we can set the current user on the client side using the JWT.
I'm designing a custom auth experience that requires my server give the JWT to the client when an admin approves the login.