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

Two consecutive authentication attempts with the same address conflict #35

Open
rdig opened this issue Jan 30, 2025 · 0 comments · May be fixed by JoinColony/colonyCDapp#2448
Open

Two consecutive authentication attempts with the same address conflict #35

rdig opened this issue Jan 30, 2025 · 0 comments · May be fixed by JoinColony/colonyCDapp#2448
Assignees
Labels
bug Something isn't working

Comments

@rdig
Copy link
Member

rdig commented Jan 30, 2025

  • Request a nonce
  • Don't sign it
  • Request a second nonce
  • Sign the first nonce
  • Send the request
  • The auth proxy expects a signature for the second nonce at this point and will fail the auth request
  • Continuing, sending the second nonce request will break the whole session object

Here is a screen capture that demonstrates this in the context of the CDapp

redirection.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant