Change authentication method for API.
This commit is contained in:
parent
63f377a038
commit
77e3744b40
9 changed files with 162 additions and 219 deletions
|
@ -155,7 +155,7 @@ return [
|
|||
*/
|
||||
|
||||
'auth' => [
|
||||
'jwt' => 'Dingo\Api\Auth\Provider\JWT'
|
||||
'custom' => 'Pterodactyl\Http\Middleware\APISecretToken'
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue