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
The queries now are returning every attribute in each record.
For production apps there might be attributes that are private and shouldn't be revealed to the client (ex. password).
For these cases, defining a scope of a selection can limit the attributes only to the specified.
The text was updated successfully, but these errors were encountered:
Scope should be defined on the server -side to prevent the user requesting private attributes.
For that reason if can become part of the crudr config file - for example:
"scope" : { "user" : "email name" }
Sorry, something went wrong.
#32 Including options in sockets to pass the scope
451bf74
#32 Requesting scope for a collection read
c5e7f82
No branches or pull requests
The queries now are returning every attribute in each record.
For production apps there might be attributes that are private and shouldn't be revealed to the client (ex. password).
For these cases, defining a scope of a selection can limit the attributes only to the specified.
The text was updated successfully, but these errors were encountered: