From 9c0d6fbd0561b417dcd4e2522c4b83abcd03703e Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Tue, 26 Sep 2023 15:07:35 -0400 Subject: [PATCH] Adding changeset --- .changeset/hot-eyes-run.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/hot-eyes-run.md 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.