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

feat: better support installed app client IDs #141

Merged
merged 2 commits into from
Jun 20, 2022
Merged

Conversation

sqrrrl
Copy link
Contributor

@sqrrrl sqrrrl commented May 10, 2022

Updates to better supports the installed app client types & use ephemeral ports for installed app clients. This also relaxes the path requirements for the redirectURL -- rather than require people conform to the expectations of the library, the library conforms to the redirectURL as specified by the developer for ports/paths.

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #125 🦕

…talled app client IDs and use ephemeral ports when possible
@sqrrrl sqrrrl requested a review from a team as a code owner May 10, 2022 21:43
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label May 10, 2022
Copy link
Contributor

@bcoe bcoe left a comment

Choose a reason for hiding this comment

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

Just one question for you :)

test/test.index.ts Show resolved Hide resolved
@bcoe bcoe changed the title better support installed app client IDs feat: better support installed app client IDs Jun 20, 2022
@bcoe bcoe added the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 20, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 20, 2022
@bcoe bcoe added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jun 20, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 20, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 20, 2022
@bcoe bcoe merged commit 5948e33 into googleapis:main Jun 20, 2022
@bcoe
Copy link
Contributor

bcoe commented Jun 20, 2022

@sqrrrl thank you for the contribution.

gcf-merge-on-green bot pushed a commit that referenced this pull request Jun 20, 2022
🤖 I have created a release *beep* *boop*
---


## [2.1.0](v2.0.0...v2.1.0) (2022-06-20)


### Features

* Relax expectations around redirect URL and port to better support installed app client IDs and use ephemeral ports when possible ([#141](#141)) ([5948e33](5948e33))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why only localhost:3000
3 participants