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?