Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casbin/casbin-go-client
Go client for Casbin-Server
https://github.com/casbin/casbin-go-client
abac access-control acl auth casbin casbin-server client go golang rbac
Last synced: 4 days ago
JSON representation
Go client for Casbin-Server
- Host: GitHub
- URL: https://github.com/casbin/casbin-go-client
- Owner: casbin
- License: apache-2.0
- Created: 2018-09-25T11:01:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T15:33:21.000Z (about 1 month ago)
- Last Synced: 2024-10-29T22:37:42.691Z (15 days ago)
- Topics: abac, access-control, acl, auth, casbin, casbin-server, client, go, golang, rbac
- Language: Go
- Homepage: https://github.com/casbin/casbin-server
- Size: 48.8 KB
- Stars: 26
- Watchers: 3
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Go client for Casbin Server
====
[![Go Report Card](https://goreportcard.com/badge/github.com/casbin/casbin-go-client)](https://goreportcard.com/report/github.com/casbin/casbin-go-client)
[![GitHub Actions](https://github.com/casbin/casbin-go-client/actions/workflows/ci.yml/badge.svg)](https://github.com/casbin/casbin-go-client/actions)
[![Go Reference](https://pkg.go.dev/badge/github.com/casbin/casbin-go-client.svg)](https://pkg.go.dev/github.com/casbin/casbin-go-client)
[![Release](https://img.shields.io/github/release/casbin/casbin-go-client.svg)](https://github.com/casbin/casbin-go-client/releases/latest)
[![Discord](https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2)](https://discord.gg/S5UjpzGZjN)
[![Sourcegraph](https://sourcegraph.com/github.com/casbin/casbin-go-client/-/badge.svg)](https://sourcegraph.com/github.com/casbin/casbin-go-client?badge)``casbin-go-client`` is Golang's client for [Casbin-Server](https://github.com/casbin/casbin-server). ``Casbin-Server`` is the ``Access Control as a Service (ACaaS)`` solution based on [Casbin](https://github.com/casbin/casbin).
## Installation
go get github.com/casbin/casbin-go-client
## License
This project is under Apache 2.0 License. See the [LICENSE](LICENSE) file for the full license text.