agsh / onvif

ONVIF node.js implementation
https://onvif.pages.dev
MIT License
707 stars 240 forks source link

feat: Digest Authentication support. You can turn off WS-Security via `useWSSecurity: false` option in the constructor and use only Digest auth #343

Closed agsh closed 1 month ago

cloudflare-workers-and-pages[bot] commented 1 month ago

Deploying onvif with  Cloudflare Pages  Cloudflare Pages

Latest commit: 62207b7
Status: ✅  Deploy successful!
Preview URL: https://d328988e.onvif.pages.dev
Branch Preview URL: https://feat-digest-auth.onvif.pages.dev

View logs

agsh commented 1 month ago

@RogerHardiman Hello! I've looked what can I do for this event: https://hacktoberfest.com And I found this issue: https://github.com/agsh/onvif/issues/294 I never thought that ONVIF could have only Digest Auth without WS-Security :smile: So like in this screenshot https://github.com/agsh/onvif/issues/294#issuecomment-1564409666 I've made a possibility to turn off WS-Security and use only Digest. Please, look at this PR, maybe I missed something... :wink: