Skip to content

Entity Access Control List framework over Entity Framework Core with Audit and Typed Events

License

Notifications You must be signed in to change notification settings

neurospeech/entity-access-control

Repository files navigation

.NET NuGet

Entity Access Control for Entity Framework Core

Entity Access Control provides secure way to expose IQueryable to REST Clients with simple security rules in the form of lambda expressions. It is better alternative than OData and GraphQL, as you can use lambda expressions (arrow functions) in JavaScript to easily query the database.

Entity Acess Control

Features

  1. Lambda Expressions for Security Rules.
  2. Security Rules with Navigation Properties
  3. Security Rules for Insert/Update and Delete
  4. Asychronous Events
  5. Single REST API EndPoint for accessing Entities

Documentation

About

Entity Access Control List framework over Entity Framework Core with Audit and Typed Events

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages