An authorization library that supports access control models like ACL, RBAC, ABAC in Deno.

Clone this repo:
  1. 4d6be30 feat: update casbin to 5.48.0 and modernize build tooling by Yang Luo · 3 months ago master
  2. 562f7e9 fix: fix broken links (#5) by YunShu · 2 years, 9 months ago
  3. d8c5d2e Merge pull request #3 from zhmushan/deno by Zixuan Liu · 6 years ago
  4. 1646c7f Use node-casbin code directly by 木杉 · 6 years ago
  5. 4ce7a40 Merge pull request #1 from nodece/master by Yang Luo · 6 years ago

deno-casbin

An authorization library that supports access control models like ACL, RBAC, ABAC in Deno. https://casbin.org/

Installation

import casbin from "https://deno.land/x/casbin/mod.ts";
// or directly from GitHub
import casbin from "https://raw.githubusercontent.com/casbin/deno-casbin/master/mod.ts";

Usage

This library wraps the Node.js casbin package for use in Deno. For usage documentation, please refer to the Node Casbin documentation.

Updating

For maintainers: See UPDATING.md for instructions on how to update dependencies and versions.

Version

Current casbin version: 5.48.0

License

Apache License 2.0