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
I have an own guard "admin" for Nova.
With the tool I want to manage the users who are using "web" guard and login at my jetstream dashbaord.
How can I tell the tool to use individuael guard?
I have an own guard "admin" for Nova.
With the tool I want to manage the users who are using "web" guard and login at my jetstream dashbaord.
How can I tell the tool to use individuael guard?
In Role.php the tool get's the guard here:
The result is
It should be
in my case.
Would be cool if one could configure this on tool initialization. Even better would be the tool could handle multiple guards.
The text was updated successfully, but these errors were encountered: