We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to be able to show to a user only his own ressources. Authentication and datastore should be able to comunicate.
This should be flexible enough to offer a way to user-limit the ressources per HTTP method (GET, POST, PUT ...)
The text was updated successfully, but these errors were encountered:
On option should be to add a special filter when authenticating. Like:
{"filters": "restrict_ressource": "<username>"}.
When the datastore call filter, it should be able to use this filter to restrict ressources to the one belonging to the user
Sorry, something went wrong.
No branches or pull requests
We need to be able to show to a user only his own ressources. Authentication and datastore should be able to comunicate.
This should be flexible enough to offer a way to user-limit the ressources per HTTP method (GET, POST, PUT ...)
The text was updated successfully, but these errors were encountered: