Skip to content

AuthorizationGo is Role Base Access Control (RBAC) using GOlang Language

License

Notifications You must be signed in to change notification settings

SoegiDev/AuthorizationGo

Repository files navigation

Role Base Access Control (RBAC) Using Golang and PGSQL

Install

First get AuthorizationGo

go get github.com/SoegiDev/AuthorizationGo

Set Env

Create .env
env = {testing} or {development} or {production}
DbUser = {userDB}
DbPassword = {passDB}