mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* chore: clean up stalebot config * chore: introduce issue labeler bot * chore: clean up PR labeler bot * chore: clean up bug report process * chore: add space * chore: add links to docs in provider/adapter issue templates * chore: add triage label to feature request issue template
38 lines
599 B
YAML
38 lines
599 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"
|
|
|
|
typeorm-legacy:
|
|
- "@next-auth/typeorm-legacy-adapter"
|
|
|
|
upstash-redis:
|
|
- "@next-auth/upstash-redis-adapter"
|