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

Self-Hosted hanko with session cookie name does not allow to add additional email addresses #1624

Open
2 tasks done
loeffert opened this issue Sep 10, 2024 · 0 comments · May be fixed by #1625
Open
2 tasks done

Self-Hosted hanko with session cookie name does not allow to add additional email addresses #1624

loeffert opened this issue Sep 10, 2024 · 0 comments · May be fixed by #1625
Labels
bug Something isn't working

Comments

@loeffert
Copy link

Checklist

  • I could not find a solution in the existing issues or docs.
  • I agree to follow this project's Code of Conduct.

Describe the bug

Setup self-hosted hanko. Change the session cookie name in your config.

Try to add an email address to an existing login fails.

Reproducing the bug

  1. run self-hosted hanko
  2. login to an existing account
  3. add additional email on profile
  4. boooom 💥

Logs

code=403, message=Forbidden, internal=passcode finalization not allowed

Configuration

session:
  cookie:
    name: "foo"

Hanko Version

v1.0.2

OS Hanko Backend

None

OS Version Hanko Backend

No response

OS

None

OS Version

No response

Browser Version

No response

Environment

Other (e.g. Kubernetes)

Additional Context

No response

@loeffert loeffert added the bug Something isn't working label Sep 10, 2024
gosticks added a commit to foomo/hanko that referenced this issue Sep 10, 2024
uses configured cookie name in passcode handler
@loeffert loeffert linked a pull request Sep 10, 2024 that will close this issue
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
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

1 participant