Skip to content

crmspy/go-rbac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoRbac

this is a API to handle role base access control in software development,I built this API using GO Language and Using gin for framework.

Installation

Please install golang first in your system and then run:

go get github.com/crmspy/go-rbac

Usage

go to folder $GOPATH/github.com/crmspy/go-rbac then run this command:

#install all Install dependencies
go get -d -v

#or
go get ./...

#run application
go run main.go

#to build and run application
go build main.go && ./main

api service will automatically run on port localhost:8080

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Role base access control with go and jwt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages