|
|
|
|
|
by rhizome
2992 days ago
|
|
This was a different way of thinking about security rules for us. But basically you have to make everything not readable and not writable at the root and then open up access farther down. And the way you need to structure your data will be affected. You might have a "user" level in the tree but you make a child level "private" readable by the actual user and no one else, like /users/$userId/private. Then you might have a /users/$userId/public that anyone can read, etc. How were you thinking of it before? This reads to me how Apache servers have been configured for 20 years. |
|