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>
75 lines
1.2 KiB
YAML
75 lines
1.2 KiB
YAML
# https://github.com/actions/labeler#create-githublabeleryml
|
|
|
|
test:
|
|
- test/**/*
|
|
- types/tests/**/*
|
|
|
|
providers:
|
|
- packages/next-auth/src/providers/**/*
|
|
- test/integration/**/*
|
|
|
|
adapters:
|
|
- packages/next-auth/src/adapters.ts
|
|
- packages/adapter-*/**
|
|
|
|
dgraph:
|
|
- packages/adapter-dgraph/**
|
|
|
|
dynamodb:
|
|
- packages/adapter-dynamodb/**
|
|
|
|
fauna:
|
|
- packages/adapter-fauna/**
|
|
|
|
firebase:
|
|
- packages/adapter-firebase/**
|
|
|
|
mikro-orm:
|
|
- packages/adapter-mikro-orm/**
|
|
|
|
mongodb:
|
|
- packages/adapter-mongodb/**
|
|
|
|
neo4j:
|
|
- packages/adapter-neo4j/**
|
|
|
|
pouchdb:
|
|
- packages/adapter-pouchdb/**
|
|
|
|
prisma:
|
|
- packages/adapter-prisma/**
|
|
|
|
sequelize:
|
|
- packages/adapter-sequelize/**
|
|
|
|
supabase:
|
|
- packages/adapter-supabase/**
|
|
|
|
typeorm-legacy:
|
|
- packages/adapter-typeorm-legacy/**
|
|
|
|
upstash-redis:
|
|
- packages/adapter-upstash-redis/**
|
|
|
|
xata:
|
|
- packages/adapter-xata/**
|
|
|
|
core:
|
|
- packages/next-auth/src/**/*
|
|
|
|
style:
|
|
- packages/next-auth/src/css/**/*
|
|
|
|
client:
|
|
- packages/next-auth/src/client/**/*
|
|
- packages/next-auth/src/react/**/*
|
|
|
|
pages:
|
|
- packages/next-auth/src/core/pages/**/*
|
|
|
|
TypeScript:
|
|
- packages/next-auth/src/**/types.ts
|
|
|
|
documentation:
|
|
- packages/docs/docs/**/*
|