Describe your issue here.
how long wait for 1.0 version docment ?
| Q | A
| ----------------- | ---
| Bug? | no / yes i don't know
| New Feature? | no / yes no
| Framework | Laravel / Lumen laravel
| Framework version | 5.x.y 5.6
| Package version | 1.x.y 1.0.0-rc.2
| PHP version | 5.x.y / 7.x.y 7.2.3 nts 64bit
Tell us how to reproduce this issue.



Tell us what should happen
Tell us what happens instead
Try using auth('api')->attempt($credentials) instead.
The actual way to do this would be setting the deafult driver to API.
'defaults' => [
'guard' => 'api',
'passwords' => 'users',
],
It's in the docs.
@Joshgallagher How do I use this with the latest version of Laravel, 5.6+
@Joshgallagher He will affect the web pattern
Official pits should not modify any default values
Most helpful comment
Try using
auth('api')->attempt($credentials)instead.