-
-
Notifications
You must be signed in to change notification settings - Fork 801
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade to latest next-auth v4 version (#4345)
* upgrade to latest v4 * Create warm-scissors-juggle.md * Update .changeset/warm-scissors-juggle.md * also check for flightcontrol platform
- Loading branch information
1 parent
0df3683
commit 318e974
Showing
9 changed files
with
87 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@blitzjs/auth": patch | ||
"blitz": patch | ||
--- | ||
|
||
feat: support next-auth version 4.24.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
diff --git a/package.json b/package.json | ||
index c89e03c41a03de738cfb0ad090a63c2e99dadc7b..a5f38083c24732651c427c2b2d17cbcb23495473 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -57,6 +57,18 @@ | ||
"./providers/*": { | ||
"types": "./providers/*.d.ts", | ||
"default": "./providers/*.js" | ||
+ }, | ||
+ "./core/init": { | ||
+ "types": "./core/init.d.ts", | ||
+ "default": "./core/init.js" | ||
+ }, | ||
+ "./core/lib/oauth/authorization-url": { | ||
+ "types": "./core/lib/oauth/authorization-url.d.ts", | ||
+ "default": "./core/lib/oauth/authorization-url.js" | ||
+ }, | ||
+ "./core/lib/oauth/callback": { | ||
+ "types": "./core/lib/oauth/callback.d.ts", | ||
+ "default": "./core/lib/oauth/callback.js" | ||
} | ||
}, | ||
"files": [ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.