Skip to content

Commit cc32796

Browse files
committed
added information concerning immutable in the readme
1 parent 2ff11c2 commit cc32796

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/immutable-connector/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,15 @@ First, an Immutable Passport instance must be created with valid and correctly c
1919

2020
Note, that the application will need a callback route configured similarly to this example: https://github.com/immutable/ts-immutable-sdk/blob/main/examples/passport/login-with-nextjs/src/app/redirect/page.tsx
2121

22+
Also, the `forceScwDeployBeforeMessageSignature` parameter must be set to true for the signing of message to work for new users.
23+
2224
```js
2325
export const passportInstance = new passport.Passport({
2426
baseConfig: {
2527
environment: Environment.SANDBOX,
2628
publishableKey: 'my_publisheable_key'
2729
},
30+
forceScwDeployBeforeMessageSignature: true,
2831
clientId: 'my_client_id',
2932
redirectUri: `${window.location.origin}/auth/callback`,
3033
audience: 'platform_api',

0 commit comments

Comments
 (0)