JamalJ
Convex Community3y ago
4 replies
Jamal

NextAuth / Auth.js Support

Could convex have an Auth.js Adapter? https://authjs.dev/guides/adapters/creating-a-database-adapter I think convex should have one like clerk as its usedb y many who want more control over there auth. Ive been currently been trying to make a custom one in my app for my project and its a lot of config.
Custom adapters allow you to integrate with any (even multiple) database/back-end service, even if we don't have an official package available yet. The only requirement is that your database can support the models that Auth.js expects.
Creating a database adapter | Auth.js
Was this page helpful?