-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ACO support with built-in Policy model #2
Comments
This is valuable, but still not foolproof. Olympus makes use of a polymorphic session.can(:instance) and session.permit(:instance), but that requires a uniform interface in the model which are treated as ACOs. Either way, this needs to be extrapolated w/ the rest of the auth module. |
Closed
orgjscom
pushed a commit
to orgjscom/sails
that referenced
this issue
Jan 27, 2016
orgjscom
pushed a commit
to orgjscom/sails
that referenced
this issue
Jan 27, 2016
orgjscom
pushed a commit
to orgjscom/sails
that referenced
this issue
Jan 27, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In addition to assigning custom middleware to a particular controller and action at build time, the application should be able to modify permissions for specific Accounts to access specific instances of a model using a specific controller and action during runtime.
The text was updated successfully, but these errors were encountered: