github okta/okta-sdk-golang v1.0.0
Version 1.0.0

latest releases: v6.0.3, v6.0.2, v6.0.1...
6 years ago

Released August 5, 2018

WE'RE OUT OF BETA!

This is our initial non-beta release of the Golang SDK.

Readme has been updated to current usages.

Biggest change is with the config and client settings. You no longer have to create a new config object to pass into the client. You create a new client via:

client, _ := okta.NewClient(context, okta.WithOrgUrl("https://{yourOktaDomain}"), okta.WithToken("{apiToken}"))

Don't miss a new okta-sdk-golang release

NewReleases is sending notifications on new releases.