This login form uses the OAuth 2.0 Password Grant flow to authenticate with your Laravel Passport server. The credentials are sent directly to the OAuth server, and an access token is returned for API access.
Note: Password Grant should only be used by trusted first-party clients.