跳至内容
从 NextAuth.js v4 迁移?阅读 我们的迁移指南.
API 参考@auth/typeorm-adapter

@auth/typeorm-adapter

Auth.js / NextAuth.js 的官方 TypeORM 适配器。

安装

npm install @auth/typeorm-adapter typeorm

TypeORMAdapterOptions

这是 TypeORM 适配器选项的接口。

属性

entities?

optional entities: entities;

用于从其创建数据库表的 TypeORM 实体


实体

type Entities: typeof entities;

entities

const entities: entities = defaultEntities;

TypeORMAdapter()

TypeORMAdapter(dataSource, options?): Adapter

参数

参数类型
dataSourcestring | DataSourceOptions
options?TypeORMAdapterOptions

返回值

适配器


getManager()

getManager(options): Promise<EntityManager>

参数

参数类型
options对象
options.dataSourcestring | DataSourceOptions
options.entities实体

返回值

Promise<EntityManager>

Auth.js © Balázs Orbán 和团队 -2024