Skip to content

Conversation

@joshuascan
Copy link
Member

@joshuascan joshuascan commented Oct 23, 2025

πŸ“¦ Pull Request

Adds the new Sign-in With Ethereum (SIWE) extension

βœ… Fixed Issues

  • Adds SIWE extension
  • Methods added:
    • generateNonce
    • generateMessage
    • login

🚨 Test instructions

[Describe any additional context required to test the PR/feature/bug fix.]

⚠️ Don't forget to add a semver label!

Please 🚨 ONLY ADD ONE 🚨 of the following labels, failing to do so may lead to adverse versioning of your changes when published:

  • patch: Bug Fix?
  • minor: New Feature?
  • major: Breaking Change?
  • skip-release: It's unnecessary to publish this change.

Special Note

Please avoid adding any of the Priority labels as they conflict with the labels above ☝️

πŸ“¦ Published PR as canary version: Canary Versions

✨ Test out this PR locally via:

npm install @magic-ext/siwe@1.0.0-canary.951.19184677679.0
# or 
yarn add @magic-ext/siwe@1.0.0-canary.951.19184677679.0

@joshuascan joshuascan added the major Increment the major version when merged label Oct 23, 2025
"siwe": "^3.0.0"
},
"peerDependencies": {
"ethers": "^6.0.0"
Copy link
Member

Choose a reason for hiding this comment

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

If it's in peerDependencies, we can move ethers from dependencies to devDependencies

Copy link
Member Author

Choose a reason for hiding this comment

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

thanks, updated

Copy link
Member

@Ethella Ethella left a comment

Choose a reason for hiding this comment

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

Just one NIT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

major Increment the major version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants