I am working on a Laravel Filament application where authentication is managed by Filament. When testing the /login endpoint using the POST method in Postman, the response indicates that the POST method is not supported for the route admin/login.
Could you explain how Filament handles the authentication process and what method or mechanism it employs for user authentication?