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

Add a read permission to StorePermissions #62

Open
talha-asad opened this issue Aug 22, 2016 · 1 comment
Open

Add a read permission to StorePermissions #62

talha-asad opened this issue Aug 22, 2016 · 1 comment
Assignees

Comments

@talha-asad
Copy link
Contributor

talha-asad commented Aug 22, 2016

Besides insert, update, remove. A display permission would be nice to have.

I know there is a way to use tokens for this purpose, but don't you think it would make it easier, if a display permission is added?

@jalik
Copy link
Owner

jalik commented Aug 23, 2016

Hi @talha-asad, that could be useful, but the current mechanism to do that is to use the onRead callback of the store : https://github.com/jalik/jalik-ufs#secure-file-access

I'll think about this request since it make sense but the problem will be to make all users to migrate to this new pattern (not a big deal) from the onRead store option.

@jalik jalik self-assigned this Aug 23, 2016
@jalik jalik changed the title no display permission Add a read permission to StorePermissions Aug 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants