Skip to content

Commit

Permalink
Merge pull request apiato#532 from hermesfelipe/apiato
Browse files Browse the repository at this point in the history
Fix auth. issue - change token driver to passport
  • Loading branch information
amaelftah authored Feb 14, 2020
2 parents 1bed6f0 + 05391b4 commit 368daff
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 368daff

Please sign in to comment.