Skip to content

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

License

Notifications You must be signed in to change notification settings

casbin/deno-casbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 5