Skip to content

Version 1.0.0

Choose a tag to compare

@bretterer bretterer released this 05 Aug 19:49
· 551 commits to master since this release
da407cb

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}"))