refactor(devtools): remove devtools authentication#7248
Merged
Conversation
BREAKING CHANGE: DevTools no longer requires authentication. - Remove login, logout, and onboarding flows - Remove Ory client integration and auth proxy - Remove auth-related event handlers (LOGIN_SUCCESS, LOGIN_FAILURE, etc.) - Remove @ory/client and react-gravatar dependencies - Simplify routing to directly serve overview/monitor pages DevTools is now publicly accessible without requiring user sign-in.
🦋 Changeset detectedLatest commit: 4a2dc79 The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
refine
|
||||||||||||||||||||||||||||
| Project |
refine
|
| Branch Review |
refactor/remove-devtools-authentication
|
| Run status |
|
| Run duration | 22m 25s |
| Commit |
|
| Committer | Eren Kurnaz |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
22
|
|
|
0
|
|
|
368
|
| View all changes introduced in this branch ↗︎ | |
BatuhanW
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
Please check if your PR fulfills the following requirements:
Bugs / Features
What is the current behavior?
DevTools requires authentication via Ory (GitHub/Google OAuth) to access. Users must sign in and complete onboarding before using the tool. The system maintains session tokens and project IDs linked to user accounts.
What is the new behavior?
DevTools is now publicly accessible without authentication. All auth-related code has been removed:
@ory/clientandreact-gravatardependenciesUsers no longer need to sign in to use DevTools.