mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
* feat: 🚧 Created JWT plugin with some basic functionality The basic functionality has thusfar the ability to retrieve the JWKS, create the JWK if none exists with an encrypted private and the basic token endpoint that creates a JWT * Updated the jwks endpoint * Added the key id to the token header for validation purposes * Refactored private encryption to one column * feat: Add JWT plugin to sidebar and create JWT documentation page * test: ✅ Added tests for JWT plugin * Fixed linting