Thanks but I think there's a bit of misunderstanding here,
Lets say there's an Admin & User model, both extending 'Authenticatable' with separate guards defined for each,
And you want them both be able to login to Nova panel,
meanwhile Nova accepts only single Guard name as config entry,
Thats the problem I'm looking to solve.
@aureliee123 There isn't any solution so far, either use same model for panel users and control permissions and policies or completely separate each user's panel within different projects using the same Database (which isn't good idea tbh)