An authorization library that supports access control models like ACL, RBAC, ABAC in Deno. https://casbin.org/
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";This library wraps the Node.js casbin package for use in Deno. For usage documentation, please refer to the Node Casbin documentation.
For maintainers: See UPDATING.md for instructions on how to update dependencies and versions.
Current casbin version: 5.48.0
Apache License 2.0