Primary key not counting as identity key for magic link auth
I'm trying to add a
magic_link
with the resource's primary key :id
as identity but it doesn't seem to count as an ID unless it's in the identities
block.
For now, I'm going to add a unique index to shadow the primary key.1 Reply
Yeah, we should update it to check for that as well. Would you mind making an issue for this on
ash_authentication
? Thanks 🙂