Change authentication method for API.

This commit is contained in:
Dane Everitt 2016-01-15 19:26:50 -05:00
parent 63f377a038
commit 77e3744b40
9 changed files with 162 additions and 219 deletions

View file

@ -155,7 +155,7 @@ return [
*/
'auth' => [
'jwt' => 'Dingo\Api\Auth\Provider\JWT'
'custom' => 'Pterodactyl\Http\Middleware\APISecretToken'
],
/*