Skip to content

Tags: Nerzal/gocloak

Tags

v8.1.0

Toggle v8.1.0's commit message
Bump version v8.1.0

* aeca08f update gomod to v8

v8.0.0

Toggle v8.0.0's commit message
Bump version v8.0.0

* 48b06fe added first & max to client query paramters to support pagination in the getclients request
* 7e94330 added ending bracket
* 90cfdc9 Stringer (#244)
* 0ece861 changes returntype of GetUserGroups to Group
* 9bea917 Implemented Bearer check/removal from passed token
* 6874eb3 Add missing interface methods to README.md (#241)
* 91465dc Update README.md

v7.11.0

Toggle v7.11.0's commit message
Bump version v7.11.0

* ed4fb2e fix tabs
* 897c81d Update CreateUser example in README.md
* 2319186 Update interface methods in README.md
* e03cf6c fix marshal
* a39e770 Add MatchingURI to GetResourceParams model
* 425542d Add resource policy methods to README.md

v7.10.0

Toggle v7.10.0's commit message
Bump version v7.10.0

* 8a76fab Fix test
* f0cd6f1 Increase test coverage
* 5b1c757 Add nil err check
* 432f693 Add comments to exported types
* 435aa76 Add a type field to APIError

v7.9.0

Toggle v7.9.0's commit message
Bump version v7.9.0

* fa4c0b9 Adjust role in test
* 613eadb Fix errcheck L4486
* 18e2601 Fix linting and test clash
* 9290109 Add tests for Create/Get/Update/Delete ResourcePolicy
* a5f427d Add Create/Delete/GetResourcePolicy(ies)
* 447433c Refactor param checking UpdateUserPermission
* c5d9eec Refactor param checking
* 3c7ae35 Fix more misspelling UK->US english
* 4c3bf31 Fix misspelling UK->US english
* 7a34a56 Add tests of <verb>UserPermissions
* 31f3912 Add tests of <verb>ResourceClient
* ed89fcf Fix staticcheck errors
* 3a2a9e8 Fix lint and staticcheck errors
* d5a7da2 Fix linting, update README
* cb3a99f Delete commented code
* 07d56af Add DeleteUserPermission
* b596f75 Add GetUserPermissions
* 1ace6b5 Fix UpdateUserPermission
* fc1bf91 Add test of GrantUserPermission
* 9806f8d Fix arg name for CreatePermissionTicket
* 9dc4e57 Add PermissionTicketRepresentation
* 248fbc9 Update CreatGetUpdateDeletePermissionTicket test
* 94ba3dd Add CreatePermissionTicket
* cc7b466 Add create and delete resource client methods

v7.8.0

Toggle v7.8.0's commit message
Bump version v7.8.0

* 951e151 Add client methods for Get, Update resource

v7.7.0

Toggle v7.7.0's commit message
Bump version v7.7.0

* 91efecb Fixed test case failure
* 9186712 Update golangci-lint-action version
* ef3bbe8 Update golangci-lint-action version
* 193ad99 Updated setup-go version
* f5f6006 Fixed build failure isuses
* d6f80a5 Added api to fetch role using role ID
* f009ed8 Fix typo in README

v7.6.0

Toggle v7.6.0's commit message
Bump version v7.6.0

* c6e1914 Updated comment description
* a8cc4e3 Update go.yml
* 5a14f22 fixed test failures
* 31fe92e added validations
* 0ba39de APIs to fetch resource and scopes associated with permission
* 5efea78 Add AddUserToGroup to documentation

v7.5.0

Toggle v7.5.0's commit message
Bump version v7.5.0

* daf5d72 Serialize enabled and exact query params as strings (#220)
* ccaf080 Write go.list file for nancy (#218)
* a3c2861 Add requesting permission method with 'permission' response type. (#214)

v7.4.0

Toggle v7.4.0's commit message
Bump version v7.4.0

* db860ea Add support for enabled query param to list users query
* b11e9c1 Add support for exact query param to list users query
* 7068f57 go mod tidy
* fdb049e upgrade to go 1.15 and update some dependencies
* dd94a38 Fix readme typo
* 8bbd01f Use sync.Map for certificate cache