-
Notifications
You must be signed in to change notification settings - Fork 1
Improve migration flow to new OAuth authentication for a better user experience. #67
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
Conversation
QA Update ✅I have verified this PR in the The migration to OAuth authentication works as expected, with no changes to existing settings. I tested the following on this branch:
Screen.Recording.2024-10-08.at.5.47.12.PM.movScreen.Recording.2024-10-08.at.5.15.50.PM.movTesting Environment
Steps to Test- As mentioned in the PR description.
|
jeffpaul
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me in testing, ok to move to Regression Testing if you're 👍🏼 @dkotter
Regression / Smoke Test Report ✅I have verified this PR in the smoke-test branch and it is working as expected. Testing Environment
Next Step- Ready to Merge 🚀 |
|
@dkotter this PR commits into |
Description of the Change
This PR improves the user experience for migrating from API key authentication to the new OAuth authentication. The existing flow requires a two-step process (logout and login with OAuth authentication). This new flow introduces a "Migrate to OAuth authentication" button in the notice on the settings page, making the process a single-step, easier, and confusion-free.
How to test the Change
1.5.8.Changelog Entry
Credits
Props @iamdharmesh @jeffpaul
Checklist: