Skip to content

casbin-js/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casbin.js in React

In this example, we will illustrate the fundamental usage of Casbin.js in a React application.

You can install and run the project on your laptop and see how magically Casbin.js facilitate your access-control management!

Guide

Install:

npm install

Run:

npm run start

Then visit http://localhost:3000 and have a try.