Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 3b623a8

Browse files
committed
deprecate convex adapter
1 parent 5ac5543 commit 3b623a8

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

apps/docs/content/docs/adapters/convex.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ description: Convex Adapter for Better Auth.
77
<GithubButton url="https://github.com/ping-maxwell/better-auth-kit/tree/main/packages/adapters/convex" />
88
<NpmButton url="https://www.npmjs.com/package/@better-auth-kit/convex" />
99

10+
# Deprecated!
11+
12+
Please do not use this in any new projects. We recommend checking out https://github.com/get-convex/better-auth
13+
14+
## Why?
15+
16+
This adapter uses hacks and work-arounds in order for everything to work, which is not sustainable.
17+
A more official implementation around Better-Auth and Convex made by those who are more familiar with the Convex ecosystem
18+
is now available, so I recommend using that instead.
19+
20+
---
21+
1022
A Convex adapter for Better Auth which allows your Better Auth instance to communicate with your Convex DB.
1123

1224
**Note:** This isn't full Convex integration, meaning hosting your Better Auth endpoints on Convex is not possible with this library.

packages/adapters/convex/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Convex Adapter for Better-Auth
22

3-
## Documentation
3+
## Deprecated!
44

5-
You can read our documentation [here](https://www.better-auth-kit.com/docs/adapters/convex).
6-
7-
## License
8-
9-
[MIT License](https://github.com/ping-maxwell/better-auth-kit/blob/main/packages/adapters/convex/LICENSE)
5+
Please do not use this in any new projects. We recommend checking out https://github.com/get-convex/better-auth

0 commit comments

Comments
 (0)