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

Issue #11560 - Implement EIP-4361 Sign-In With Ethereum #12188

Merged
merged 28 commits into from
Aug 26, 2024

Conversation

lachlan-roberts
Copy link
Contributor

Issue #11560

Add new Jetty module called jetty-siwe, which implements EIP4361 Sign-In With Ethereum via the EthereumAuthenticator. This allows you to authenticate with a crypto wallet such as MetaMask.

See https://eips.ethereum.org/EIPS/eip-4361

Replaces #11883

lachlan-roberts and others added 24 commits July 5, 2024 15:47
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
@joakime
Copy link
Contributor

joakime commented Aug 22, 2024

Instead of jetty-siwe how about one of the following ...

  • jetty-ethereum-auth
  • jetty-ethereum-sign-in
  • jetty-ethereum
  • jetty-ethereum-security

@gregw
Copy link
Contributor

gregw commented Aug 22, 2024

Instead of jetty-siwe how about one of the following ...

  • jetty-ethereum-auth
  • jetty-ethereum-sign-in
  • jetty-ethereum
  • jetty-ethereum-security

@joakime I'm guessing that @lachlan-roberts will reply with (It is called siwe or sign-in with etherium in the spec). Which is a good point.

But if we were to implement any more etherium based features, they would probably end up in this module, so I'm OK with the jetty-ethereum module name.

Actually, it really should be jetty-integrations/jetty-ethereum and we should probably move openid to jetty-integrations/jetty-openid as well (deprecating old classes for now).

Copy link
Contributor

@gregw gregw left a comment

Choose a reason for hiding this comment

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

Sorry... but I think this should be moved to jetty-integrations/jetty-ethereum

Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Copy link
Contributor

@gregw gregw left a comment

Choose a reason for hiding this comment

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

I think we should also think above moving openid?

@lachlan-roberts lachlan-roberts merged commit d8fad1f into jetty-12.1.x Aug 26, 2024
4 of 9 checks passed
@lachlan-roberts lachlan-roberts deleted the jetty-12.1.x-SignInWithEthereum branch August 26, 2024 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

3 participants