@openfort/openfort-js 0.7.6 → 0.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.cjs +382 -228
- package/dist/index.d.ts +56 -14
- package/dist/index.js +383 -229
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -63,7 +63,7 @@ const response = await sdk.sendSignatureTransactionIntentRequest("tin_xxxx", '0x
|
|
|
63
63
|
### 3. Embedded Signer
|
|
64
64
|
|
|
65
65
|
The Embedded Signer uses SSS to manage the private key on the client side. To learn more, visit our [security documentation](https://www.openfort.xyz/docs/security).
|
|
66
|
-
- **Login and Configure the Embedded Signer**: First, ensure the user is logged in, using `LoginWithEmailPassword`, `AuthenticateWithOAuth` or if not registred `SignUpWithEmailPassword`. Then call `ConfigureEmbeddedSigner`.
|
|
66
|
+
- **Login and Configure the Embedded Signer**: First, ensure the user is logged in, using `LoginWithEmailPassword`, `AuthenticateWithOAuth` or if not registred `SignUpWithEmailPassword`. Then call `ConfigureEmbeddedSigner`.
|
|
67
67
|
```typescript
|
|
68
68
|
const shieldAuth: ShieldAuthentication = {
|
|
69
69
|
auth: AuthType.OPENFORT,
|