Saturday, April 15, 2017

How to secure communication between Laravel and Lumen?

Laravel backend will be accessing to Lumen via API using Guzzle.

I don't need a database in Lumen, so how can I add security between Laravel and Lumen? As far I am aware if I need pass token I would database access in Lumen.

Lumen is for internal use, which is not for the public to access.



via I'll-Be-Back

Advertisement