lennybr
lennybr
This would definitely solve this specific use case and opens up many more complex auth options. To solve the multi-tenant use case the auth rule becomes: ``` @auth(rules: [ {...
The queries and mutations argument only working on the top-level wouldn’t let us create a multi-tenant setup, since those arguments would be for each group in theory, I would want...
@learningacct interesting idea, might be able to accomplish that by creating a Tenant model and wrapping any other tenant-separated models with a nested resolver that first does a user/tenant lookup...
@mikeparisstuff aws-amplify/amplify-cli#318 seems messy, especially with mutations and filling in owner fields. And while the `members: [ID]` use case works well to protect a single model, we are still missing...
@mikeparisstuff great news. Any insights into the approach you are going to take for implementation? Will AppSync support middleware we can auth for Auth? Will you use nested resolvers? Or...