Skip to content

v1.0.0

Compare
Choose a tag to compare
@silvaezequias silvaezequias released this 05 Mar 12:56
· 16 commits to main since this release

Version 1.0.0

Initial Release

This release marks the initial version of the GranularAC library. GranularAC is a TypeScript library designed to manage granular access control in Node.js applications. It offers a flexible and customizable solution for defining and enforcing access control rules based on resources, actions, and scopes. Key features include:

  • Granularity: Define permissions at a granular level for precise control over access.
  • Flexibility: Customize access control rules to suit the requirements of your application.
  • Scalability: Scale with your application as it grows, handling complex access control requirements.
  • Security: Enhance the security of your application by ensuring that only authorized users have access to sensitive resources.
  • Ease of Use: Provides a simple and intuitive API for defining and verifying access control rules.

In this release:

  • Added core functionality for defining and verifying access control rules.
  • Included examples demonstrating how to use GranularAC with Express middleware.

For more details, refer to the documentation and the GitHub repository.

Full Changelog: https://github.com/silvaezequias/granular-ac/commits/v1.0.0