feat: update casbin to 5.48.0 and modernize build tooling
6 files changed
tree: 438b1ccc2c2ad62a1552e5547b33f59a6aef250a
  1. node-casbin/
  2. .gitignore
  3. LICENSE
  4. mod.ts
  5. package-lock.json
  6. package.json
  7. README.md
  8. UPDATING.md
README.md

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