[lunox-core] Need Gate and Policy feature for Advance Authorization #37
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
nice to have
Nice to be implemented, but not urgent
In laravel, we can use gate and policy to handle authorization. See
https://laravel.com/docs/10.x/authorization#introduction
But maybe we can start from simple version
can
middleware, its like Gate.authorize but via middlewareAlso we need AuthServiceProvider can register policies like this
The text was updated successfully, but these errors were encountered: