Skip to content

Instantly share code, notes, and snippets.

@ziishaned
Created April 16, 2018 07:49
Show Gist options
  • Save ziishaned/c73698b7249a4fab21beea34e03ee179 to your computer and use it in GitHub Desktop.
Save ziishaned/c73698b7249a4fab21beea34e03ee179 to your computer and use it in GitHub Desktop.
JWT authentication for Lumen 5.6
APP_ENV=local
APP_DEBUG=true
APP_KEY=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
CACHE_DRIVER=file
JWT_SECRET=JhbGciOiJIUzI1N0eXAiOiJKV1QiLC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment