Web Application with separate protected areas
I want to build a web app. All pages should require login. There should be a special area
/admin
where an Admin can login, and they should be able to create User for the main app. I need help to get started. I've created project from template and nothing more.3 Replies
You can use a feature meant pretty much exactly for that
And with pretty much the exact name
"Areas"
You can then set different authorization policies per area, like requiring a user to have a role
Admin
Thank you. I have now the following.
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View