
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
@openfort/openfort-js
Advanced tools
Website | Documentation | <a href="https://www.openfort.io/docs/referen
The Openfort js library provides convenient access to handle client session keys and return signed messages back to Openfort from applications written in client-side JavaScript.
npm install @openfort/openfort-js
yarn add @openfort/openfort-js
With the Openfort Unity SDK, you can sign transaction intents using one of four methods or signers:
const sdk = new Openfort({ baseConfiguration: { publishableKey: "pk_test_XXXXXXX"} });
The Session Signer allows you to use external signing keys, without needing to provide it every time. Here's how to use it:
configureSessionKey()
. This method returns an Ethereum address and a boolean indicating whether you need to register the key from the backend.const sessionKey = sdk.configureSessionKey();
sessionKey.isRegistered
boolean is false, register the key from the backend. Refer to the documentation for session keys.This method allows you to externally sign transaction intents without logging in or additional configurations:
const response = await sdk.sendSignatureTransactionIntentRequest("tin_xxxx", '0xUserOperationHash');
The Embedded Signer uses SSS to manage the private key on the client side. To learn more, visit our security documentation.
LoginWithEmailPassword
, AuthenticateWithOAuth
or if not registred SignUpWithEmailPassword
. Then call ConfigureEmbeddedSigner
. const shieldAuth: ShieldAuthentication = {
auth: ShieldAuthType.OPENFORT,
token: identityToken,
authProvider: "firebase",
tokenType: "idToken",
};
await sdk.loginWithEmailPassword("email", "password");
// using automatic recovery
await sdk.configureEmbeddedSigner(chainId, shieldAuth);
For now the only two recovery method available are the PasswordRecovery
and AutomaticRecovery
. Learn more about the recovery methods.
const response = await sdk.sendSignatureTransactionIntentRequest("transactionIntentId", "userOp");
FAQs
Website | Documentation | <a href="https://www.openfort.io/docs/referen
The npm package @openfort/openfort-js receives a total of 64 weekly downloads. As such, @openfort/openfort-js popularity was classified as not popular.
We found that @openfort/openfort-js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.