Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roles #3

Open
netrunner1987 opened this issue Jun 23, 2023 · 1 comment
Open

Roles #3

netrunner1987 opened this issue Jun 23, 2023 · 1 comment

Comments

@netrunner1987
Copy link

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.

@wenhx
Copy link
Owner

wenhx commented Jun 29, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants