laravel-webauthn
laravel-webauthn copied to clipboard
Support multiple guards
In my use case I have 3 different kinds of users each with their own guard Would it be possible to support this?
I have managed to achieve this by using a middleware that changed to settings (and having multiple tables), but it would be nice, if the package would support different guards natively, Tried to work on a PR, but I got a bit overwhelmed with the package, as I don't use actions. but basically the package shouldn't assume user_id, it should morph an authenticatable_id, Regardless, This package is amazing, thank you for all your hard work