Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChannelAccessToken client doesn't have to require channel access token #597

Merged

Conversation

Yang-33
Copy link
Contributor

@Yang-33 Yang-33 commented Nov 17, 2023

No description provided.

@Yang-33 Yang-33 force-pushed the channel-access-token-doesnt-require-auth-token branch from 1615c59 to 2172d20 Compare November 17, 2023 17:22
Comment on lines 89 to 98
grant_type: grantType,
code: code,
redirectUri: redirectUri,
codeVerifier: codeVerifier,
clientId: clientId,
clientSecret: clientSecret,
redirect_uri: redirectUri,
code_verifier: codeVerifier,
client_id: clientId,
client_secret: clientSecret,
region: region,
basicSearchId: basicSearchId,
basic_search_id: basicSearchId,
scope: scope,
brandType: brandType,
brand_type: brandType,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woot

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We discussed this internally, I'll submit change as other PR.

@Yang-33 Yang-33 marked this pull request as ready for review November 17, 2023 17:37
{% endfor %}
};
// Remove properties with undefined or empty values
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this change included in this commit?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me remove this~

@Yang-33 Yang-33 merged commit 368937e into line:master Nov 20, 2023
3 checks passed
@Yang-33 Yang-33 deleted the channel-access-token-doesnt-require-auth-token branch November 20, 2023 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants