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
Relates to #163 .
Relations between group elements can not currently be returned, instead the API throws a 404 error.
https://github.com/ember-nexus/api/blob/main/src/Security/AccessChecker.php#L180
Example:
curl http://localhost/55d36907-283e-4877-aede-2c4503edee1b -H "Authorization: Bearer secret-token:INirKZbnZETk6hLD86rfrL" | jq
{ "type": "http://localhost/error/404/not-found", "title": "Not found", "status": 404, "detail": "Requested element was not found.", "exception": {}, }
The text was updated successfully, but these errors were encountered:
Fix logic to detect readable relations between user and group elements,
3527e43
fixes #188. Uncommented and fixed assertions in feature tests, related to #188.
Successfully merging a pull request may close this issue.
Relates to #163 .
Relations between group elements can not currently be returned, instead the API throws a 404 error.
https://github.com/ember-nexus/api/blob/main/src/Security/AccessChecker.php#L180
Example:
The text was updated successfully, but these errors were encountered: