Though I am using Django for my project, the eventual goal is to separate out (i.e., de-couple) the backend completely. But for now, I am where I am.
My goal, for now, is to create a custom / dynamic Navigation that is based on the user’s role / type. This will allow me to “show” the page(s) the user should have access to.
The other part of the equation would be to prevent users access to page(s) they should NOT have access to.
– manzoor