inertiajs / pingcrm

A demo application to illustrate how Inertia.js works.
http://demo.inertiajs.com
MIT License
2.14k stars 779 forks source link

Replace laravel/ui with simplified auth #138

Closed reinink closed 3 years ago

reinink commented 3 years ago

This PR removes the laravel/ui package dependency from Ping CRM, replacing it with the auth controller and login form request object found in Laravel Breeze.

These two files provide everything we need, including login throttling.

I also removed the "Forgot password?" link, as I don't plan to implement that behaviour in this demo app.