hono
hono copied to clipboard
feat(jwt): Support JSON Web Encyption (JWE)
What is the feature you are proposing?
Add support for encryption and decryption of JWE based on RFC#7516. Could be via a middleware or utility functions, like the current JWT module. The plaintext can be any arbitrary data.
seems very interesting. i am going to try to implement and contribute. wish me luck :d
Is this feature implemented?