mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* feat: kysely-adapter with PostgreSQL and MySQL support * feat: kysely-adapter with SQLite support * docs: add docs for kysely-adapter * chore: cleanup * chore: update adapter lists * chore: update column types * chore: remove pgcrypto install * chore: add indexes * chore: Object.assign and cleanup * feat: add AuthedKysely wrapper * docs: add Naming Conventions section * chore: add coerceReturnData to reduce repitition * chore: add coerceInputData to reduce repitition * chore: move AuthedKysely export to end * chore: cleanup * docs: remove unused import * feat: add support for using AuthedKysely with generated types from kysely-codegen * docs: formatting * chore: CodeGen --> Codegen * docs: wording update, ts Co-authored-by: Julius Marminge <julius0216@outlook.com> * chore: use latest kysely version, update model * docs: move content to source code * chore: update deps * chore: update logo location, add link in overview * chore: bump kysely version Co-authored-by: Igal Klebanov <igalklebanov@gmail.com> * chore: update docs Co-authored-by: Igal Klebanov <igalklebanov@gmail.com> * chore: update docs with links to new Kysely docs Co-authored-by: Jie Peng <dean.leehom@gmail.com> * feat: emailVerified shouldn't have a default Co-authored-by: Lars Graubner <lgraubner@users.noreply.github.com> * simplify, update code * add README.md * clean up docs * fix adapter name * add to turbo * fix test * revert some changes * test fixes --------- Co-authored-by: Julius Marminge <julius0216@outlook.com> Co-authored-by: Igal Klebanov <igalklebanov@gmail.com> Co-authored-by: Jie Peng <dean.leehom@gmail.com> Co-authored-by: Lars Graubner <lgraubner@users.noreply.github.com> Co-authored-by: Balázs Orbán <info@balazsorban.com>
28 lines
1.1 KiB
YAML
28 lines
1.1 KiB
YAML
# https://github.com/actions/labeler#create-githublabeleryml
|
|
adapters: ["packages/core/src/adapters.ts", "packages/adapter-*/**/*"]
|
|
core: ["packages/core/src/**/*"]
|
|
dgraph: ["packages/adapter-dgraph/**/*"]
|
|
documentation: ["packages/docs/docs/**/*"]
|
|
dynamodb: ["packages/adapter-dynamodb/**/*"]
|
|
examples: ["apps/examples/**/*"]
|
|
fauna: ["packages/adapter-fauna/**/*"]
|
|
firebase: ["packages/adapter-firebase/**/*"]
|
|
frameworks: ["packages/frameworks-*/**/*"]
|
|
legacy: ["packages/next-auth/**/*"]
|
|
mikro-orm: ["packages/adapter-mikro-orm/**/*"]
|
|
mongodb: ["packages/adapter-mongodb/**/*"]
|
|
neo4j: ["packages/adapter-neo4j/**/*"]
|
|
playgrounds: ["apps/playgrounds/**/*"]
|
|
pouchdb: ["packages/adapter-pouchdb/**/*"]
|
|
prisma: ["packages/adapter-prisma/**/*"]
|
|
kysely: ["packages/adapter-kysely/**/*"]
|
|
providers: ["packages/core/src/providers/**/*"]
|
|
sequelize: ["packages/adapter-sequelize/**/*"]
|
|
solidjs: ["packages/frameworks-solid-start/**/*"]
|
|
supabase: ["packages/adapter-supabase/**/*"]
|
|
svelte: ["packages/frameworks-sveltekit/**/*"]
|
|
test: ["**test**/*"]
|
|
typeorm: ["packages/adapter-typeorm/**/*"]
|
|
upstash-redis: ["packages/adapter-upstash-redis/**/*"]
|
|
xata: ["packages/adapter-xata/**/*"]
|