Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Alchemy V4 support (native signer) #277

Open
RAIReth opened this issue Nov 5, 2024 · 1 comment
Open

Add Alchemy V4 support (native signer) #277

RAIReth opened this issue Nov 5, 2024 · 1 comment
Assignees
Labels
frontend (new) New feature or request

Comments

@RAIReth
Copy link
Collaborator

RAIReth commented Nov 5, 2024

Initial investigation seems straightforward to setup on frontend with Alchemy dashboard.

Github login flow is supported.

No modal is provided. Select single login method and connect to our own UI.

Login is same process as Web3Auth but with Alchemy signer instead.

Will update new auth params if needed but likely is not and SDK can remain the same

https://github.com/rairprotocol/rair-sdk/blob/main/src/API/auth.ts#L1

@RAIReth RAIReth added the frontend (new) New feature or request label Nov 5, 2024
@RAIReth RAIReth added backend (bug) Something isn't working backend (new) relates to backend APIs and removed backend (bug) Something isn't working backend (new) relates to backend APIs labels Nov 5, 2024
@RAIReth
Copy link
Collaborator Author

RAIReth commented Nov 16, 2024

Update from Killiane at Alchemy!

Hey @GarrettETH! Thanks for your patience while we were investigating with our Account Abstraction team!

Here are a few points to consider as we dig further:

  • Ensure that signer.preparePopupOauth is awaited correctly. If it isn’t, the orgId might not be retrieved as expected.
  • Check if enablePopupOauth is set to true in the config and call preparePopupOauth.
  • We would like to clarify if this error is coming from the signer.preparePopupOauth call or elsewhere, such as during authenticate. This detail would help us pinpoint the root cause!

May we ask you to confirm these details or provide additional context regarding where the error is being triggered? This will help us to pinpoint the origin of the error! 🙏

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend (new) New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants