Skip to content

apache/casbin-deno-casbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors