I'm using shopify_app ruby on rails library and I would like to have app permissions set on a per-user basis. So the user can choose which records I'm allowed to read e.g. only read_customers, read_foo, but not read_bar. What is the best way to implement that behaviour?
↧