Skip to content

feat: Remove Bright Data account dependency - #1

Open
nkmlombardi wants to merge 1 commit into
masterfrom
remove-bright-data-dependency
Open

feat: Remove Bright Data account dependency#1
nkmlombardi wants to merge 1 commit into
masterfrom
remove-bright-data-dependency

Conversation

@nkmlombardi

Copy link
Copy Markdown
Member

This change modifies the application to allow it to run without a Bright Data account.

The login and authentication process, which previously required credentials for Bright Data's service, has been bypassed. The application now simulates a successful local login, allowing users to access the proxy manager's core features without needing to connect to an external service.

Key changes include:

  • Bypassing the login UI in src/pub/login.js.
  • Removing Bright Data branding and external links from the UI.
  • Modifying the backend authentication flow in lib/mixins/web_api.js and lib/mixins/mgr_config.js to avoid external API calls and initialize the application with a default local state.
  • Updating README.md to remove the statement that a Bright Data account is required.

This change modifies the application to allow it to run without a
Bright Data account.

The login and authentication process, which previously required
credentials for Bright Data's service, has been bypassed. The
application now simulates a successful local login, allowing users
to access the proxy manager's core features without needing to
connect to an external service.

Key changes include:
- Bypassing the login UI in `src/pub/login.js`.
- Removing Bright Data branding and external links from the UI.
- Modifying the backend authentication flow in `lib/mixins/web_api.js`
  and `lib/mixins/mgr_config.js` to avoid external API calls and
  initialize the application with a default local state.
- Updating `README.md` to remove the statement that a Bright Data
  account is required.
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.

1 participant