Example RBAC implementation with Casbin and Auth0
Grab the dependencies
go get
Set environment variables
export DATA_API_ID=--your Auth0 API Identifier--
export DATA_DOMAIN=--your Auth0 domain--
Build and run
go run .
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Example RBAC implementation with Casbin and Auth0
Grab the dependencies
go get
Set environment variables
export DATA_API_ID=--your Auth0 API Identifier--
export DATA_DOMAIN=--your Auth0 domain--
Build and run
go run .