You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 5ef8c83, we found code that used :user instead of resource_name. This would cause issues when implementing passkey controllers for non-user resources.
We need to:
Check the rest of the codebase for any additional uses of :user that should be resource_name
Write tests to prevent regressions, since there do not appear to be any
The text was updated successfully, but these errors were encountered:
In 5ef8c83, we found code that used
:user
instead ofresource_name
. This would cause issues when implementing passkey controllers for non-user resources.We need to:
:user
that should beresource_name
The text was updated successfully, but these errors were encountered: