mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* Add Supabase adapter * Add Supabase adapter * Add schema setup to docs * supabase config changes * chore: update to supabase-js v2. * chore: migrate to next_auth schema. * feat: add supabase examples. * chore: update docs. * chore: add telemetry. * fix: resolve issues after merge. * chore: extend session type. * typo * chore: remove unnecessary grants. * fix: schema constraints. Co-authored-by: thorwebdev <thor@supabase.io> Co-authored-by: Thor 雷神 Schaeff <5748289+thorwebdev@users.noreply.github.com> Co-authored-by: Thang Vu <hi@thvu.dev>
44 lines
681 B
YAML
44 lines
681 B
YAML
# https://github.com/github/issue-labeler#basic-examples
|
|
|
|
dgraph:
|
|
- "@next-auth/dgraph-adapter"
|
|
|
|
dynamodb:
|
|
- "@next-auth/dynamodb-adapter"
|
|
|
|
fauna:
|
|
- "@next-auth/fauna-adapter"
|
|
|
|
firebase:
|
|
- "@next-auth/firebase-adapter"
|
|
|
|
mikro-orm:
|
|
- "@next-auth/mikro-orm-adapter"
|
|
|
|
mongodb:
|
|
- "@next-auth/mongodb-adapter"
|
|
|
|
neo4j:
|
|
- "@next-auth/neo4j-adapter"
|
|
|
|
pouchdb:
|
|
- "@next-auth/pouchdb-adapter"
|
|
|
|
prisma:
|
|
- "@next-auth/prisma-adapter"
|
|
|
|
sequelize:
|
|
- "@next-auth/sequelize-adapter"
|
|
|
|
supabase:
|
|
- "@next-auth/supabase-adapter"
|
|
|
|
typeorm-legacy:
|
|
- "@next-auth/typeorm-legacy-adapter"
|
|
|
|
upstash-redis:
|
|
- "@next-auth/upstash-redis-adapter"
|
|
|
|
xata:
|
|
- "@next-auth/xata-adapter"
|