jfoley's avatar

Authorization in Lumen

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!

0 likes
1 reply

Please or to participate in this conversation.