Dart Debug Extension Authentication (#1277)

When a user clicks the Dart Debug Extension they may not have the required auth cookies which will cause unexpected behavior. Now detect if a connection can not be established, and prompt the user for authentication.

Ideally we wouldn't require the user to reinitiate the debug workflow but this is a good short term solution that will solve a number of issues.
13 files changed
tree: d79ee9b3622b7346851553379063416d37c90e8c
  1. .github/
  2. dwds/
  3. example/
  4. fixtures/
  5. frontend_server_client/
  6. frontend_server_common/
  7. tool/
  8. webdev/
  9. .gitattributes
  10. .gitignore
  11. analysis_options.yaml
  12. AUTHORS
  13. CONTRIBUTING.md
  14. mono_repo.yaml
  15. README.md
README.md

Dart

dwds Pub Package

A service that proxies between the Chrome debug protocol and the Dart VM service protocol.

webdev Pub Package

A command-line tool for developing and deploying web applications with Dart.