BSIT-Caprock / barangay-system

Barangay Information System for the municipality of Barugo, Leyte.
0 stars 0 forks source link

Additional authentication features #99

Closed jmarkfen closed 11 months ago

jmarkfen commented 12 months ago

Specific requirements

Proposed solutions

use Filament\Panel;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->login()
        ->registration()
        ->passwordReset()
        ->emailVerification()
        ->profile();
}

Alternatives

...

References

https://filamentphp.com/docs/3.x/panels/users#authentication-features