-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(clerk-js,nextjs,clerk-react,shared,types): Remove hashing and
third-party cookie based session syncing for development instances.
- Loading branch information
Showing
14 changed files
with
161 additions
and
272 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,7 @@ | ||
--- | ||
'@clerk/types': major | ||
--- | ||
|
||
- Remove `BuildUrlWithAuthParams` type | ||
- `AuthConfigResource` no longer has a `urlBasedSessionSyncing` property | ||
- `buildUrlWithAuth` no longer accepts an `options` argument of `BuildUrlWithAuthParams`. |
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,10 @@ | ||
--- | ||
'@clerk/chrome-extension': major | ||
'@clerk/clerk-js': major | ||
'@clerk/nextjs': major | ||
'@clerk/shared': major | ||
'@clerk/clerk-react': major | ||
'@clerk/types': major | ||
--- | ||
|
||
Remove hashing and third-party cookie functionality related to development instance session syncing in favor of URL-based session syncing with query parameters. |
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 @@ | ||
--- | ||
'@clerk/clerk-js': major | ||
'@clerk/clerk-react': major | ||
--- | ||
|
||
- `buildUrlWithAuth` no longer accepts an `options` argument. |
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
Oops, something went wrong.