Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipeshhkc/learning-casbin-golang
Casbin Implementation on Golang
https://github.com/dipeshhkc/learning-casbin-golang
access-control casbin go golang rbac
Last synced: about 1 month ago
JSON representation
Casbin Implementation on Golang
- Host: GitHub
- URL: https://github.com/dipeshhkc/learning-casbin-golang
- Owner: dipeshhkc
- Created: 2021-06-18T12:23:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T06:46:29.000Z (over 3 years ago)
- Last Synced: 2024-10-02T09:12:46.544Z (about 2 months ago)
- Topics: access-control, casbin, go, golang, rbac
- Language: Go
- Homepage: https://articles.wesionary.team/authorization-in-golang-projects-using-casbin-f8fad744dae5
- Size: 833 KB
- Stars: 63
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Implementation of casbin on golang gorm projects
### Go through my article
1. [Understanding Casbin with different Access Control Model Configurations](https://medium.com/wesionary-team/understanding-casbin-with-different-access-control-model-configurations-faebc60f6da5)
2. [Authorization in Golang Projects using Casbin](https://medium.com/wesionary-team/authorization-in-golang-projects-using-casbin-f8fad744dae5)### Running Project
1. create Database `casbin-golang`
2. run `go run main`### Casbin Workflow
![Workflow](./casbin-workflow.jpg)
### Middleware Casbin