Closed Eunovo closed 3 years ago
@mikkybang To add any custom functionality, the user can use the pre
middleware on services.
I want to use these tags create, update, read, delete and set(for custom permissions)
to set permissions on the individual roles while we use @auth
to check custom permissions on target models.
I will do some investigation into authorization to see if these tags will cover most use-cases.
@mikkybang WDYT?
Now that authentication works, I think we can tackle authorization. Here's what I have in mind