Fully remove JWT

This commit is contained in:
Dane Everitt 2016-01-16 00:31:10 -05:00
parent ac65d5fa21
commit 0389f1417d
4 changed files with 1 additions and 174 deletions

View file

@ -1,7 +1,6 @@
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString
JWT_SECRET=ChangeMe
DB_HOST=localhost
DB_PORT=3306