A Golang SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
Role in this project:
Back-end Developer Contributions:18 releases, 42 reviews, 163 commits in 4 years 7 months
Contributions summary:Brian primarily contributed to the Okta Go SDK by implementing and enhancing the configuration reader functionality. The code changes focused on integrating and modifying YAML configuration files, along with adjustments to the go-yaml library for parsing the configurations. Further development involved improvements to the cache key generation as well as adding and refactoring API calls such as adding the ability to call functions for CRUD operations. The user also updated tests and refactored parts of the SDK to utilize testify.