Skip to content
New issue

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

Making new document inherit their collection's permissions if no write or read parameters were provided #1180

Closed
Silfalion opened this issue May 23, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@Silfalion
Copy link

🚀 Feature

When creating a document through the Flutter SDK providing write and read permissions is necessary even if there was an authenticated session beforehand, it seems little bit repetitive to ask for them again. Another approach would be to automatically make the new documents inherit their collection's permissions.

Have you spent some time to check if this issue has been raised before?

yes

Have you read the Code of Conduct?

Yes, kinda.

Pitch

It would lower the effort(not by much of course) to have to think of which permissions to give a new document.

@TorstenDittmann TorstenDittmann added the enhancement New feature or request label May 24, 2021
@TorstenDittmann
Copy link
Contributor

Hey 👋🏻

We are aware of this and have already discussed possible solutions to make this more developer friendly 👍🏻

I am gonna leave this issue open, as long as we haven't taken care of it.

@Silfalion
Copy link
Author

Hi 👋🏻

I see, thank you for taking it into consideration.

@TorstenDittmann TorstenDittmann added this to To do in 0.9 Jun 11, 2021
@TorstenDittmann TorstenDittmann added this to To do in 0.9.x Jun 25, 2021
@TorstenDittmann TorstenDittmann removed this from To do in 0.9.x Jul 2, 2021
@TorstenDittmann TorstenDittmann added this to To do in 0.10.x via automation Jul 2, 2021
@eldadfux
Copy link
Member

We have re-written the permission mechanism to make it much more simple. Appwrite now supports collection and document level permissions models. More can be found here: https://appwrite.io/docs/database#permissions

0.10.x automation moved this from To do to Done Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
0.10.x
  
Done
0.9
  
To do
Development

No branches or pull requests

3 participants