interface
Illuminate
/
Contracts
/
Auth
/
SupportsBasicAuth
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
SupportsBasicAuth
Methods
public
basic ( $field , $extraConditions ) : Symfony\...\Response|null
Attempt to authenticate using HTTP Basic Auth.
Parameters
- $field string
- $extraConditions array
public
onceBasic ( $field , $extraConditions ) : Symfony\...\Response|null
Perform a stateless HTTP Basic login attempt.
Parameters
- $field string
- $extraConditions array