© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
9 replies
Lucio Pelinson

❔ Implementing security from a web library

We're coding a web library to generate a html CRUD at runtime from a metadata, after a lot of effort the project is getting cool, but now we need to implement security rules for the routes:

Ex: in the DataDictionary area, where the metadata are configured only admin could access, and the MasterData Area would be access to the CRUD Form where logged users would access.

What would be the best strategy to setup this scenario?

Repo:
https://github.com/JJConsulting/JJMasterData

I've been implemented it by adding policy to the routes, but I thought it was too difficult to configure
https://jjconsulting.tech/docs/JJMasterData/articles/authorization.html

Any suggestion will be welcome. 😇
GitHub
GitHub - JJConsulting/JJMasterData: .NET CRUD library with Bootstra...
.NET CRUD library with Bootstrap support to create Forms at runtime from a data dictionary. - GitHub - JJConsulting/JJMasterData: .NET CRUD library with Bootstrap support to create Forms at runtime...
GitHub - JJConsulting/JJMasterData: .NET CRUD library with Bootstra...
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Read files from a library
C#CC# / help
3y ago
❔ Best web scraping/downloading library?
C#CC# / help
3y ago
✅ Implementing delete repository method & controller | Web Api
C#CC# / help
13mo ago
✅ Mock a .NET library to test a minimal web API.
C#CC# / help
2y ago