Skip to content

Commit

Permalink
Fix auth. issue - change token driver to passport
Browse files Browse the repository at this point in the history
  • Loading branch information
hermesfelipe committed Feb 12, 2020
1 parent 1bed6f0 commit 05391b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],

'api' => [
'driver' => 'token',
'driver' => 'passport',
'provider' => 'users',
'hash' => false,
],
Expand Down

0 comments on commit 05391b4

Please sign in to comment.