{"id":73312,"library":"nerzal-gocloak-v13","title":"GoCloak v13","description":"A Go client library for interacting with Keycloak's admin and authentication APIs.","status":"active","version":"13.9.0","language":"go","source_language":null,"source_url":"https://github.com/Nerzal/gocloak","tags":["keycloak","authentication","oauth","identity"],"install":[{"cmd":"go get github.com/Nerzal/gocloak/v13","lang":"bash","label":"Install github.com/Nerzal/gocloak/v13"}],"dependencies":[],"imports":[{"symbol":"gocloak","correct":"github.com/Nerzal/gocloak/v13"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"github.com/Nerzal/gocloak/v13\"\n)\n\nfunc main() {\n\tclient := gocloak.NewClient(\"https://keycloak.example.com\")\n\ttoken, _ := client.LoginAdmin(context.Background(), \"admin\", \"password\", \"master\")\n\t_ = token\n}","lang":"go","description":"Create a Keycloak client and log in as admin."},"warnings":[{"fix":"Use import \"github.com/Nerzal/gocloak/v13\" for the latest version.","message":"The v13 module path includes /v13; older versions have different import paths.","severity":"breaking","affected_versions":">=13.0.0"}],"env_vars":null,"search_vec":"'admin':12 'api':15 'authent':14,17 'client':5 'go':4 'gocloak':1 'ident':19 'interact':8 'keycloak':10,16 'librari':6 'oauth':18 'v13':2","created_at":"2026-06-17T18:49:45.929846+00:00","updated_at":"2026-06-17T18:49:45.929846+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/Nerzal/gocloak","github":"https://github.com/Nerzal/gocloak","docs":"https://pkg.go.dev/github.com/Nerzal/gocloak/v13#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}