honojs / website

Repository for hono.dev
https://hono.dev
68 stars 213 forks source link

docs(jwt-helper): add exp to jwt sign example #276

Closed amiftachulh closed 3 months ago

amiftachulh commented 3 months ago

Describe your changes

This PR will add exp to JWT helper sign() example section. This will help users get clarity on how to implement other JWT claims.

Issues

Add expires to JWT helper #2349 Add IAT(issued at) and exp (expiration time)for jwt Tokens . #2407

yusukebe commented 3 months ago

Good! Thanks @amiftachulh !