mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
Database adapters are not dependent on Next.js features, so it makes sense to republish them under the `@auth/*` scope. This PR is part of a series to convert adapters, using `@auth/core` for types. If you are coming from the previous adapter, change your `package.json`: ```diff - "@next-auth/supabase-adapter": "0.0.0", + "@auth/supabase-adapter": "0.0.0", ``` And run `npm install`, `yarn install` or `pnpm install` respectively. **Note:** This packages is published as ESM-only
44 lines
597 B
YAML
44 lines
597 B
YAML
# https://github.com/github/issue-labeler#basic-examples
|
|
|
|
dgraph:
|
|
- "@auth/dgraph-adapter"
|
|
|
|
dynamodb:
|
|
- "@auth/dynamodb-adapter"
|
|
|
|
fauna:
|
|
- "@auth/fauna-adapter"
|
|
|
|
firebase:
|
|
- "@auth/firebase-adapter"
|
|
|
|
mikro-orm:
|
|
- "@auth/mikro-orm-adapter"
|
|
|
|
mongodb:
|
|
- "@auth/mongodb-adapter"
|
|
|
|
neo4j:
|
|
- "@auth/neo4j-adapter"
|
|
|
|
pouchdb:
|
|
- "@auth/pouchdb-adapter"
|
|
|
|
prisma:
|
|
- "@auth/prisma-adapter"
|
|
|
|
sequelize:
|
|
- "@auth/sequelize-adapter"
|
|
|
|
supabase:
|
|
- "@auth/supabase-adapter"
|
|
|
|
typeorm:
|
|
- "@auth/typeorm-adapter"
|
|
|
|
upstash-redis:
|
|
- "@auth/upstash-redis-adapter"
|
|
|
|
xata:
|
|
- "@auth/xata-adapter"
|