Kaan Mollaoglu 309062d1ea feat: JWT & JWKS Plugin (#178)
* 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
2024-10-16 20:05:50 +03:00
2024-10-15 17:46:45 +03:00
2024-09-27 13:36:20 +03:00
2024-10-16 20:05:50 +03:00
2024-10-16 01:52:45 +03:00
2024-10-16 20:05:50 +03:00
2024-09-28 10:19:47 +03:00
2024-09-28 21:35:30 +03:00
2024-09-28 21:35:30 +03:00
2024-09-27 15:55:00 +03:00
2024-09-27 13:24:07 +03:00
2024-09-27 13:25:41 +03:00
2024-10-16 20:05:50 +03:00
2024-10-15 01:21:58 +03:00
2024-10-01 22:50:16 +03:00

Better Auth Logo

Better Auth

The most comprehensive authentication library for TypeScript
Learn more »

Discord · Website · Issues

npm npm version GitHub stars

Warning

🚧 This project is in beta and not yet recommended for production use. For more details, check out our roadmap to the v1 stable release.

About the Project

Better Auth is framework-agnostic authentication (and authorization) library for TypeScript. It provides a comprehensive set of features out of the box and includes a plugin ecosystem that simplifies adding advanced functionalities with minimal code in short amount of time. Whether you need 2FA, multi-tenant support, or other complex features. It lets you focus on building your actual application instead of reinventing the wheel.

Why Better Auth

Authentication in the TypeScript ecosystem is a half-solved problem. Other open-source libraries often requires a lot of additional code for anything beyond basic authentication. Rather than just pushing third-party services as the solution, I believe we can do better as a community—hence, Better Auth.

Contribution

Better Auth is free and open source project licensed under the MIT License. You are free to do whatever you want with it.

You could help continuing its development by:

Security

If you discover a security vulnerability within Better Auth, please send an e-mail to security@better-auth.com.

All reports will be promptly addressed, and you'll be credited accordingly.

Description
No description provided
Readme 230 MiB
Latest
2026-04-16 05:05:30 -05:00
Languages
TypeScript 99.4%
CSS 0.3%
MDX 0.2%