Categorygithub.com/tlabdotcom/goacl
repositorypackage
1.0.1
Repository: https://github.com/tlabdotcom/goacl.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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.