diff --git a/.changeset/hot-eyes-run.md b/.changeset/hot-eyes-run.md new file mode 100644 index 000000000..2adb24a07 --- /dev/null +++ b/.changeset/hot-eyes-run.md @@ -0,0 +1,10 @@ +--- +'@segment/analytics-node': minor +--- + +Support for Segment OAuth2 + +OAuth2 must be enabled from the Segment dashboard. You will need a PEM format +private/public key pair. Once you've uploaded your public key, you will need +the OAuth Client Id, the Key Id, and your private key. You can set these in +the new OAuthSettings type and provide it in your Analytics configuration.