Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 828 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 828 Bytes

goacl Documentation

Maintainer: jiharal

Go CI

Go Report Card

Overview

The goacl library is designed to manage Access Control Lists (ACL) using Casbin for authorization, Bun as the ORM for database interactions. This library provides a convenient way to create and manage roles, features, sub-features, and policies in your Go applications.

Features

  • Role Management: Create, update, and delete roles.
  • Feature Management: Manage features and their sub-features.
  • Policy Management: Define and manage access policies.
  • Casbin Integration: Use Casbin for flexible access control.