laravel-webauthn icon indicating copy to clipboard operation
laravel-webauthn copied to clipboard

Support multiple guards

Open MordiSacks opened this issue 2 years ago • 1 comments

In my use case I have 3 different kinds of users each with their own guard Would it be possible to support this?

MordiSacks avatar May 17 '22 06:05 MordiSacks

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

MordiSacks avatar Jul 04 '22 20:07 MordiSacks