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

fix(alchemy-signer): allow for org id to be passed with bundle #501

Merged
merged 2 commits into from
Mar 11, 2024

Conversation

moldy530
Copy link
Collaborator

@moldy530 moldy530 commented Mar 9, 2024

Pull Request Checklist


PR-Codex overview

This PR introduces the ability to include redirectParams in various parts of the Alchemy Signer codebase.

Detailed summary

  • Added redirectParams handling in SignerClient and Signer classes
  • Updated types in SignerClient and Signer for redirectParams
  • Modified SignerEndpoints types to handle redirectParams
  • Enhanced AuthParams type to include redirectParams and orgId options

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@@ -214,7 +216,10 @@ export class AlchemySigner
});
});
} else {
const temporarySession = this.sessionManager.getTemporarySession();
const temporarySession = params.orgId
Copy link
Contributor

@dphilipson dphilipson Mar 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this change mean the org id no longer needs to be kept in storage for new magic links?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea exactly, but I left it for now to be backwards compatible

@moldy530 moldy530 merged commit 8c06f4f into main Mar 11, 2024
2 checks passed
@moldy530 moldy530 deleted the moldy/fix-bundle-auth branch March 11, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants