Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/node-casbin/file-adapter
File adapter for Casbin
https://github.com/node-casbin/file-adapter
access-control adapter authorization casbin csv file node-casbin storage-driver
Last synced: 25 days ago
JSON representation
File adapter for Casbin
- Host: GitHub
- URL: https://github.com/node-casbin/file-adapter
- Owner: node-casbin
- License: apache-2.0
- Created: 2021-04-28T06:31:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T14:31:31.000Z (over 1 year ago)
- Last Synced: 2024-10-16T10:31:05.731Z (4 months ago)
- Topics: access-control, adapter, authorization, casbin, csv, file, node-casbin, storage-driver
- Language: TypeScript
- Homepage: https://github.com/casbin/node-casbin
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Casbin File Adapter
[![NPM version][npm-image]][npm-url]
[![NPM download][download-image]][download-url]
[![Build Status][ci-image]][ci-url]
[![Discord](https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2)](https://discord.gg/S5UjpzGZjN)[npm-image]: https://img.shields.io/npm/v/casbin-file-adapter.svg
[npm-url]: https://npmjs.org/package/casbin-file-adapter
[download-image]: https://img.shields.io/npm/dm/casbin-file-adapter.svg
[download-url]: https://npmjs.org/package/casbin-file-adapter
[ci-image]: https://github.com/node-casbin/file-adapter/workflows/ci/badge.svg?branch=master
[ci-url]: https://github.com/node-casbin/file-adapter/actionsFile Adapter is the file adapter for [Node-Casbin](https://github.com/casbin/node-casbin). It was built into `node-casbin` before version v5.6.1.
With this library, Node-Casbin can load policy from policy file.
## Installation
```bash
yarn add -D casbin-file-adapter// or
npm install casbin-prisma-adapter --save-dev
```## Getting Help
- [Node-Casbin](https://github.com/casbin/node-casbin)
## License
This project is under Apache 2.0 License. See the [LICENSE](LICENSE) file for the full license text.