Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

Casbin Implementation on Golang

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