Micro Framework Lumen - Security Token

1

I have created an api rest in Lumen , I have already uploaded it to my hosting and everything works perfectly. The issue is that it has no security, I mean it does not have a "session" so to speak when they log in, I've been researching and I found JWT but I have not found any tutorial on how to implement it Lumen, I've also seen Passport which is a solution for Laravel , but in Lumen it does not work.

Will you know how I can generate my token and provide security in my login?

    
asked by Luis Vega 18.08.2017 в 06:36
source

0 answers