You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nicolas Massé 577ea35a83 cleanup and prepare to fork 5 years ago
api cleanup and prepare to fork 5 years ago
integration cleanup and prepare to fork 5 years ago
.gitignore remove unneeded features 5 years ago
LICENSE Initial commit 8 years ago
README.md fix compilation on go1.11+ 5 years ago
config.go Fix lint issues 6 years ago
definitions.go improve component support 5 years ago
errormessages.go cleanup and prepare to fork 5 years ago
go.mod cleanup and prepare to fork 5 years ago
go.sum cleanup and prepare to fork 5 years ago
model_toolbox.go Sonar code smells and Unauthorized processing 6 years ago
model_toolbox_test.go Sonar code smells and Unauthorized processing 6 years ago

README.md

Basic keycloak client in go

This repo provides a basic keycloak client in go.

Compile from sources

GO111MODULE=on go get github.com/golang/mock/mockgen@v1.4.4
cd toolbox
go generate
cd ..
go test ./...