refactor: replace @privy-io/react-auth with Firefly backend signing#12414
Open
swkatmask wants to merge 1 commit into
Open
refactor: replace @privy-io/react-auth with Firefly backend signing#12414swkatmask wants to merge 1 commit into
swkatmask wants to merge 1 commit into
Conversation
e663aed to
229c1ec
Compare
Remove the @privy-io/react-auth SDK and the Privy<->Firefly JWT sync. The extension now signs directly against the Firefly embedded-wallet REST endpoints on api.firefly.land (personal-sign, sign-typed-data-v4, sign-transaction, send-transaction, privy-api/user, user/create/privy/user), authenticated with the Firefly access token. - Add FireflyEmbeddedWalletClient, FireflyEmbeddedProvider (EIP-1193), and the useFireflyEmbeddedWallets discovery hook (React Query, shared). - Re-point usePrivyWallet, MaskWallet, and the wallet-setup flow at the new client/hook; drop useSyncJwtBasedAuthState. - Remove PrivyProvider from Popup/Dashboard/ShadowRoot; reduce PrivyEnvGuard to an identity HOC. - Drop @privy-io/react-auth, PRIVY_APP_ID build injection, the privy.io CSP whitelist, and the Privy modal CSS patch. - Keep ImportSource.Privy and the historical hook/constant names so unaffected consumers compile unchanged. Scope: EVM only. Solana, free-gas relay, and pin-code flows are deferred.
a37c0df to
6d2e7e5
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MF-0000 FW-0000