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é cec52e651d fix missing package 5 years ago
api fix compilation on go1.11+ 5 years ago
integration Refactoring VerifyToken and its underlying functions 6 years ago
toolbox fix missing package 5 years ago
.gitignore fix missing package 5 years ago
Gopkg.lock Use latest common-service version 5 years ago
Gopkg.toml Use latest common-service version 5 years ago
Jenkinsfile [CLOUDTRUST-2854] Add CreateActivationCode method 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 [SCPR-32] Add methods to send email and SMS (#73) 5 years ago
errormessages.go Sonar code smells and Unauthorized processing 6 years ago
go.mod fix compilation on go1.11+ 5 years ago
go.sum fix compilation on go1.11+ 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 ./...