Skip to content

Conversation

@allisonc07
Copy link
Contributor

No description provided.

@allisonc07 allisonc07 changed the title feat: make redirect_uri optional [EXP-1024] feat: make redirect_uri optional Sep 19, 2025
@allisonc07 allisonc07 requested a review from a team September 19, 2025 16:49
Copy link

@thachdoSC thachdoSC left a comment

Choose a reason for hiding this comment

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

looks good! Added a request to update a comment for scopes


if (this.redirectUri) {
link += `&redirect_uri=${encodeURIComponent(this.redirectUri)}`;
}
Copy link

@thachdoSC thachdoSC Sep 19, 2025

Choose a reason for hiding this comment

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

Just below this, can we update the comment:

    // If scope is not specified, Smartcar will default to requesting all scopes
    // from the user

To something like

    // If scope is not specified, Smartcar will default to requesting the application's vehicle access configuration if available or the default set of permissions

@allisonc07 allisonc07 merged commit b231ba7 into master Sep 25, 2025
@allisonc07 allisonc07 deleted the make-redirect-uri-optional branch September 25, 2025 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants