workos / workos-go

Official Go SDK for interacting with the WorkOS API
https://workos.com/docs/sdk/go
MIT License
52 stars 15 forks source link

api: Deprecate `AllowProfilesOutsideOrganization` and fix passing of `DomainData` #349

Closed mthadley closed 4 months ago

mthadley commented 4 months ago

Description

Marks the AllowProfilesOutsideOrganization parameter is deprecated. I also noticed that the DomainData field was not being properly passed through to the underlying payload struct and fixed that, too.

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[ ] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

linear[bot] commented 4 months ago

AUTH-3213 Deprecate `allow_profiles_outside_organization` in Go SDK