Skip to content

Commit

Permalink
Merge pull request #19 from milkmeowo/feature/passport-support-for-di…
Browse files Browse the repository at this point in the history
…ngo-api

Passport Support For Dingo Api
  • Loading branch information
libern authored Nov 17, 2016
2 parents 07e83d3 + 3d623fa commit 1abb4a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
*/

'auth' => [
'passport' => \Someline\Api\Auth\Provider\Passport::class
// 'oauth' => \Someline\Api\Auth\Provider\OAuth2::class,
// 'jwt' => Dingo\Api\Auth\Provider\JWT::class,
],
Expand Down

0 comments on commit 1abb4a2

Please sign in to comment.