Hi all, I'm currently in a POC phase, testing usin...
# ory-network
s
Hi all, I'm currently in a POC phase, testing using Ory Network, and ran into what appears a long standing issue. I'm linking my comment on GitHub here to provide some visibility to it. https://github.com/ory/kratos/issues/2374#issuecomment-2564489828 I'm trying to allow users to attach multiple emails to their user identity. Ideally, the user could verify and sign in using any of the emails, but due to a bug in processing array data this doesn't appear possible. It seems that the approach I should take is to have a primary "email" trait for signing in and then a "secondary_emails" trait that's a comma separated string for my applications to internally link profiles/contexts to a single identity. Long story short, is there a better work around for storing multiple emails in a user identity, or plan to fix this bug? Thanks, Dylan
h
replied to your github ask!