Level 75
See if this helps, can't hurt https://laracasts.com/discuss/channels/lumen/lumen-authattempt-does-not-work
Hello
I'm creating an API with Lumen (and this is also my first time using Lumen or Laravel), and I was wondering if Lumen supports authorization. I intend to use authorization to make it easy to check if a user has permissions to access/modify an object.
I've tried implementing a service like the documentation describes, but Illuminate\Foundation\Support\Providers\AuthServiceProvider doesn't exist. Furthermore, the Gate facade isn't set up.
Thanks for any help!
Please or to participate in this conversation.