Skip to content

Tags: xuing/gocloak

Tags

v8.5.0

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

* 6e6be3e removing the string type
* 19ad878 updating spell
* a5ba47f adding search by attributes client param

v8.4.0

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

* 0bb2dc8 Stop running tests in parallel for now
* d974b54 update makefile
* 37bf020 add makefile
* 8fff9a5 fix linter warnings in readme
* 67e7597 docs: fix RetrospectToken comment
* 0aee6c1 add list and delete for identity provider mappers
* 9d095d6 fix(docs): Fixed https://github.com/Nerzal/gocloak#introspect-token error

v8.3.0

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

* 2d2dca3 adding tests
* 6936a62 gofmt
* 483adee update readme
* 54e15bb adding requesting party permission decision method

v8.2.0

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

* ff2f870 add comment to exported struct
* ace37c2 add CreateIdentityProviderMapper call
* c2f4eb5 added endpoint to support exporting public broker config info
* c526c82 add ImportIdentityProviderConfig method
* e1243be fix: adding "DecisionStrategy" to "ResourceServerRepresentation" in as per keycloak documentation `https://www.keycloak.org/docs-api/9.0/rest-api/index.html#_resourceserverrepresentation` to be able to dictate how permission are evaluated
* 52be85a move to usage
* 6fbcd50 Update ReadMe
* 1e33565 Fix client token related test failure
* 9a2b32c Add subject token to requesting part token options
* b9230eb Update README.md

v8.1.1

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

* 5c6ecde fix missed v7 references

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 (Nerzal#244)
* 0ece861 changes returntype of GetUserGroups to Group
* 9bea917 Implemented Bearer check/removal from passed token
* 6874eb3 Add missing interface methods to README.md (Nerzal#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