UNPKG
@auth/prisma-adapter
Version:
experimental (0.0.0-manual.050e484a)
latest (2.11.1)
2.11.1
2.11.0
2.10.0
2.9.1
2.9.0
2.8.0
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.0-manual.70f2982a
0.0.0-manual.050e484a
Prisma adapter for Auth.js
authjs.dev/reference/adapter/prisma
nextauthjs/next-auth
@auth/prisma-adapter
/
typedoc.config.js
10 lines
(9 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
default
{ entryPoints: ["
src/index.ts"], entryPointStrategy
:
"expand"
,
tsconfig
:
"./tsconfig.json"
,
entryModule
:
"@auth/prisma-adapter"
,
entryFileName
:
"../prisma-adapter.mdx"
,
includeVersion
: true,
readme
:
'none'
, };