Skip to content

Commit

Permalink
Adds an extension for NextAuth.js
Browse files Browse the repository at this point in the history
I tried to patch NextAuth.js first but they rejected it. So I'm fixing
Next.js and Yarn instead. I already have fixed the Next.js side and this
is the remaining piece.

References:
  nextauthjs/next-auth#1034
  vercel/next.js#20971
  • Loading branch information
simnalamburt committed Feb 20, 2021
1 parent 25d7628 commit 2cc8051
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/plugin-compat/sources/extensions.ts
Expand Up @@ -225,4 +225,10 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
protobufjs: `^6.8.6`,
},
}],
// https://github.com/nextauthjs/next-auth/pull/1034
[`next-auth@*`, {
dependencies: {
process: "^0.11.10",
},
}],
];

0 comments on commit 2cc8051

Please sign in to comment.