mbabic131 / lumendingojwtapi

Lumen + Dingo API + JWT Auth + CORS Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lumen 5.1/5.2 + Dingo API + JWT Auth

Working example of Dingo API using JWT Auth to secure endpoints. CORS complaint. Facades are disabled, Eloquent is enabled.

Easy to clone for a new project or just to get over the obstacles of your own implementation.

Install

  1. Create lumendingojwtapi database
  2. php artisan migrate && php arisan db:seed

Versions

  • v1.x.x family is based on Lumen 5.1.x
  • v2.x.x family is based on Lumen 5.2.x

Postman collection

Assumes: //lumendingojwtapi.local url.

About

Lumen + Dingo API + JWT Auth + CORS Boilerplate


Languages

Language:PHP 98.7%Language:ApacheConf 1.3%