How can Laravel Nova be configured to work with Passport? Currently I can log into my application via the regular /login (using the Auth middleware) route and the Nova administration will accept my authenticated user, however if I attempt to login at /nova, it claims that "These credentials do not match our records."
I have reviewed https://github.com/laravel/nova-issues but have not found a solution.