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é 4f993fba0e remove unneeded features 5 years ago
api remove unneeded features 5 years ago
integration remove unneeded features 5 years ago
.gitignore fix missing package 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 there is no paging in the vanilla keycloak ? 5 years ago
errormessages.go Sonar code smells and Unauthorized processing 6 years ago
go.mod remove unneeded features 5 years ago
go.sum remove unneeded features 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 ./...