Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 534 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 534 Bytes

Go RBAC Practice

An example RBAC Authorization project using Golang

With session base approach, implement RBAC authorization application

Dependencies

  • Docker
  • Postgres
  • Opentelemetry
  • Redis

Usage

UI

  • Will be update soon

Contribution