Uh oh!
There was an error while loading. Please reload this page.
feat(chrome-extension): WebSSO with URL-based session syncing [SDK-836] - #2277
Conversation
🦋 Changeset detectedLatest commit: 75c8d36 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
f7e9356 to
e6b2e43CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
7406360 to
fa8e729Compare
dimkl
left a comment
There was a problem hiding this comment.
@SokratisVidros Could you also take a look?
tmilewski
commented
Dec 8, 2023
!snapshot |
clerk-cookie
commented
Dec 8, 2023
Hey @tmilewski - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/backend@1.0.1-snapshot.vb99c163 --save-exact
npm i @clerk/chrome-extension@1.0.1-snapshot.vb99c163 --save-exact
npm i @clerk/clerk-js@5.0.1-snapshot.vb99c163 --save-exact
npm i @clerk/clerk-expo@1.0.1-snapshot.vb99c163 --save-exact
npm i @clerk/fastify@1.0.1-snapshot.vb99c163 --save-exact
npm i gatsby-plugin-clerk@5.0.1-snapshot.vb99c163 --save-exact
npm i @clerk/localizations@2.0.1-snapshot.vb99c163 --save-exact
npm i @clerk/nextjs@5.0.1-snapshot.vb99c163 --save-exact
npm i @clerk/clerk-react@5.0.1-snapshot.vb99c163 --save-exact
npm i @clerk/remix@4.0.1-snapshot.vb99c163 --save-exact
npm i @clerk/clerk-sdk-node@5.0.1-snapshot.vb99c163 --save-exact
npm i @clerk/shared@2.0.1-snapshot.vb99c163 --save-exact
npm i @clerk/themes@2.0.1-snapshot.vb99c163 --save-exact
npm i @clerk/types@4.0.1-snapshot.vb99c163 --save-exact |
b99c163 to
dedadacCompare8382309 to
5bc5d13Compare5bc5d13 to
cdaf16bCompareUh oh!
There was an error while loading. Please reload this page.
pavelbinar
commented
Sep 20, 2024
Hi guys 👋🏻 I would like to use the |
Description
Expand the ability for
@clerk/chrome-extensionWebSSO to sync with host applications which use URL-based session syncing.How to Update
WebSSO Local Development Host Permissions:
Add
*://localhost:*/*to thehost_permissionsarray in yourmanifest.jsonfile:{ "host_permissions": ["*://localhost:*/*"] }If you're using a local domain other than
localhost, you'll want replace that entry with your domain:*://<DOMAIN>/*{ "host_permissions": ["*://<DOMAIN>/*"] }WebSSO Provider settings:
WebSSO Storage Cache Interface:
With the prop change from
tokenCachetostorageCache, the interface has been expanded to allow for more flexibility.The new interface is as follows:
Checklist
npm testruns as expected.npm run buildruns as expected.Type of change
Packages affected
@clerk/backend@clerk/chrome-extension@clerk/clerk-js@clerk/clerk-expo@clerk/fastifygatsby-plugin-clerk@clerk/localizations@clerk/nextjs@clerk/clerk-react@clerk/remix@clerk/clerk-sdk-node@clerk/shared@clerk/themes@clerk/typesbuild/tooling/chore