Revert use of cookies, go back to using a JWT

This commit is contained in:
Dane Everitt
2018-06-06 22:49:44 -07:00
parent 871147f2d9
commit 03c83c084a
8 changed files with 80 additions and 44 deletions

View File

@@ -80,8 +80,6 @@ class Kernel extends HttpKernel
],
'client-api' => [
'throttle:240,1',
EncryptCookies::class,
StartSession::class,
SubstituteClientApiBindings::class,
SetSessionDriver::class,
'api..key:' . ApiKey::TYPE_ACCOUNT,