I have a resource where there can be private or public items.
If an item is public then no login is required to view, but if it’s
private then only the owner should be able to see it.
I’ve thought that I will just have two controllers. One for when
people are logged in and checks for privacy and stuff, and another
that just does public access. Is this ok or is there a problem
because there will effectively be two URL’s to the one resource?
Anyone has a thougt on this?
Cheers
Daniel