filament-breezy icon indicating copy to clipboard operation
filament-breezy copied to clipboard

Use Breezy for global login/register and 2fa

Open Jacotheron opened this issue 10 months ago • 6 comments

I am working in a project where we have the public facing side of the web application, where unauthenticated users as well as authenticated users can interact with the application; and then a couple of panels (some of which are multi-tenancy; and then the Admin panel where only the administrators can get).

In short I would like to use Breezy to provide the authentication part, and once logged in (based on user roles, be able to get where I need to go).

Currently the front-end is making use of Laravel Breeze for the authentication there.

How do I change it so that if the user has 2fa in Breezy, that they are asked when they log in (typically at the Breeze login)?

Jacotheron avatar Nov 01 '23 09:11 Jacotheron