Skip to content

Changes

Summary

  1. #667 add websocket auth provider for dom environments (details)
  2. fix test (details)
  3. fix test (details)
  4. review: renamed documented query param/header "x-ditto-dummy-auth" to "x-ditto-pre-authenticated" as the "dummy" is no longer available in Ditto 2.0 (details)
Commit 345da27861f3ce5c7f6d4562d1e03269b2563d2c by Dominik Guggemos
#667 add websocket auth provider for dom environments

Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch.io>
The file was modified javascript/lib/dom/src/dom-auth.ts (diff)
The file was modified javascript/lib/dom/tests/dom-auth.spec.ts (diff)
Commit 5e90ffb9ff20840de03c939b7b4902a12bbb9f2d by Dominik Guggemos
fix test

Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch.io>
The file was modified javascript/lib/dom/tests/dom-auth.spec.ts (diff)
Commit 02b336ac4c05b84318415039fe29fe9cc33e3b1a by Dominik Guggemos
fix test

Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch.io>
The file was modified javascript/lib/dom/tests/dom-auth.spec.ts (diff)
Commit 1a987c070d9cf8543eb21edf03adf1fb6ffdcbdb by Thomas Jaeckle
review: renamed documented query param/header "x-ditto-dummy-auth" to "x-ditto-pre-authenticated" as the "dummy" is no longer available in Ditto 2.0

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was modified javascript/lib/api/src/auth/auth-provider.ts (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/messaging/internal/DummyAuthenticationProvider.java (diff)