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

Include original webclient ID in auth and signup URLs. #3083

Closed
wants to merge 212 commits into from

Conversation

mitchell-as
Copy link
Contributor

@mitchell-as mitchell-as commented Feb 5, 2024

StoryDX-2529 Pass webclient_id to signup and sign-in pages

The login URL will look like this:

https://platform.activestate.com/authorize/device?user-code=<uuid>&webclient_id=<id>

and the signup URL will look like this:

https://platform.activestate.com/create-account?nextRoute=%2Fauthorize%2Fdevice%3Fuser-code%3D<uuid>&webclient_id=<id>

Note that webclient_id for the signup page is part of the request to create-account, not a follow up query to the nextRoute page.

mitchell-as and others added 30 commits November 29, 2023 10:05
Use the return value instead of the function value.
Uninstalling in an activated state is an input error.
Propagate extra test session environment variables.
The CI environment sandbox needs to pass through `ACTIVESTATE_CI`.
Co-authored-by: Nathan Rijksen <nathanr@activestate.com>
Fix failing integration tests
Attempting to checkout to a directory without permission should result in a friendly error message.
…tions.

Cobra is attempting to do it, and we have no control over how it does so.
This is so we don't log it to Rollbar.
Do not report to Rollbar permission errors when creating shell completions.
A quick read may lead to thinking the sentence is incomplete and missing data.
Added period to emphasize a complete sentence.
Do not attempt to reset executors for a default project that no longer exists.
Localize an error when fetching a platform recipe.
Consider 'sh' to be a known shell, but unsupported.
This reverts commit 2daddca, reversing
changes made to a8acdaf.
This reverts commit a8acdaf, reversing
changes made to c4b2ad0.
Naatan and others added 24 commits January 31, 2024 08:52
# Conflicts:
#	pkg/platform/runtime/buildplan/buildplan.go
Implement new migration flow for local orders
Invalid UUIDs should trigger user input errors ASAP.
Merge en-us.yaml to address merge conflict.
Greatly simplify local order migration mechanic
Validate UUID for namespace arguments.
@github-actions github-actions bot changed the base branch from version/0-44-0-RC1 to version/0-43-0-RC2 February 5, 2024 22:17
@mitchell-as mitchell-as marked this pull request as ready for review February 5, 2024 23:10
Copy link
Member

@Naatan Naatan left a comment

Choose a reason for hiding this comment

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

I think this is trying to merge v0.44 into v0.43?

@mitchell-as
Copy link
Contributor Author

Whoops, I didn't see this was supposed to be for v43. Sorry about that :(

@mitchell-as mitchell-as closed this Feb 6, 2024
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.

4 participants