You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you going to implement Roles? Like Admin and General Users. Do they pull their Roles with the database and assign it to them when they sign on? Can a user have multiple Roles and pick which profile they want to sign on as.. I am working on a recruiting web site and learning blazor. I have recruiters that sign on from different recruiting companies, I have admin staff that need to be able to login and they are also recruiters too. SO when they sign in, they should be able to pick their profile that they want to be, Admin or recruiter. That way I can tailor the web site to their privileges. Like a recruiter will have jobs that they can search and see, but Admins can create and update jobs. Thanks for doing to project so that I can learn.
The text was updated successfully, but these errors were encountered:
My project is a demo project that uses Asp.Net Core Identity, which supports Roles very well. So implementing support for Roles is simple. The main work will be at the UI level, but if I have time later, I will improve this part of the code and submit it. Thank you for your interest in this project!
Are you going to implement Roles? Like Admin and General Users. Do they pull their Roles with the database and assign it to them when they sign on? Can a user have multiple Roles and pick which profile they want to sign on as.. I am working on a recruiting web site and learning blazor. I have recruiters that sign on from different recruiting companies, I have admin staff that need to be able to login and they are also recruiters too. SO when they sign in, they should be able to pick their profile that they want to be, Admin or recruiter. That way I can tailor the web site to their privileges. Like a recruiter will have jobs that they can search and see, but Admins can create and update jobs. Thanks for doing to project so that I can learn.
The text was updated successfully, but these errors were encountered: