Closed limitlis closed 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS
file at the top-level of this repository.
I've created the Model and set some ACLs, but when I try and set a specific
accessScopes
it doesn't look like its doing anything Granted I'm new to scopes, but I tried looking all around and asking at the suggested place before posting here.As outlined here: https://loopback.io/doc/en/lb3/Model-definition-JSON-file.html#remote-method-options
but requesting results in:
If i use a token without custom scopes then it works fine, but i'm trying to lock image fetching down by using these temporary limited-scope access tokens.
Is this not supported... Or am I missing something?