Gathering detailed insights and metrics for @next-auth/typeorm-adapter
Gathering detailed insights and metrics for @next-auth/typeorm-adapter
Gathering detailed insights and metrics for @next-auth/typeorm-adapter
Gathering detailed insights and metrics for @next-auth/typeorm-adapter
next-auth adapters that are maintained by the community to support any database.
npm install @next-auth/typeorm-adapter
Typescript
Module System
Node Version
NPM Version
@next-auth/dynamodb-adapter@1.1.0
Updated on Feb 02, 2022
@next-auth/sequelize-adapter@1.0.2
Updated on Jan 23, 2022
@next-auth/upstash-redis-adapter@1.1.0
Updated on Jan 17, 2022
@next-auth/dynamodb-adapter@1.0.2
Updated on Jan 10, 2022
@next-auth/fauna-adapter@1.0.2
Updated on Jan 10, 2022
@next-auth/neo4j-adapter@1.0.2
Updated on Dec 23, 2021
TypeScript (93.41%)
Shell (4.06%)
JavaScript (2.53%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
ISC License
159 Stars
351 Commits
89 Forks
10 Watchers
29 Branches
31 Contributors
Updated on Jul 06, 2025
Latest Version
0.0.1
Package Id
@next-auth/typeorm-adapter@0.0.1
Unpacked Size
347.29 kB
Size
92.82 kB
File Count
51
NPM Version
lerna/3.22.1/node@v12.20.1+x64 (linux)
Node Version
12.20.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Adapter Repository for NextAuth.js
nextauthjs/adapters
repository to the new nextauthjs/next-auth
monorepo. All adapter code can be found there under packages/adapter-*
going forward. This repository will be deprecated and most likely archived in the future.NextAuth.js is a complete open source authentication solution for Next.js applications.
It is designed from the ground up to support Next.js and Serverless environments.
This repository is a lerna mono-repo which is home to multiple next-auth adapters maintained by the community to support any database.
Currently, these are experimental adapters and we would appreciate feedback on them!
The two adapters with the "legacy" suffix are the adapters that currently ship with the core next-auth
package. In the future, we will be doing the following two things though:
Of course, we will announce and document any such changes thoroughly before taking any action. This changes are tenatively slated for v4.0.0
.
Adapter | Version | Docs | NPM |
---|---|---|---|
typeorm-legacy | adapters/typeorm | @next-auth/typeorm-legacy-adapter | |
prisma | adapters/prisma | @next-auth/prisma-adapter | |
prisma-legacy | adapters/prisma-legacy | @next-auth/prisma-legacy-adapter | |
fauna | adapters/fauna | @next-auth/fauna-adapter | |
dynamodb | adapters/dynamodb | @next-auth/dynamodb-adapter | |
firebase | adapters/firebase | @next-auth/firebase-adapter | |
pouchdb | adapters/pouchdb | @next-auth/pouchdb-adapter |
If you already have an adapter you would like to add, please create a Pull Request and we will work with you to get it officially supported!
If you would like to also take on the maintenance of the adapter, let us know, and we would be happy to add you as a maintainer to the repository.
We have an official TypeScript Adapter
Interface, which should make complying with the existing adapter structure and the common tests, etc. much easier.
We have developed a basic set of tests that apply to all adapters, i.e. to which all adapters should conform and pass. The code can be found in basic-tests.ts
, and specific implementations of which can be found in the /tests
subdirectory of each currently available adapter.
All adapter tests should also run against a local instance of the particular database / ORM being tested. For example, for TypeORM we spin up MySQL and PostgreSQL instances via docker, seed them, and execute the test suite separately against both backends.
ISC
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 11/24 approved changesets -- score normalized to 4
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
115 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More