Skip to content

Authentication Helper version 0.23.0

Choose a tag to compare

@zapbot zapbot released this 04 Mar 14:13
· 2706 commits to main since this release
68f7096

Added

  • If authentication fails then try to find a likely looking login link.
  • Persist diagnostics to the session and include it in the Authentication Report (JSON) for Client Script and Browser Based Authentication methods.
  • A reset button.
  • Checks to try to find a verification URL with a login link, if nothing better has been found.

Changed

  • Prefer form related fields in Browser Based Authentication for the selection of username field.
  • Tweaked the auth report summary keys.
  • Only check URLs and methods once for being good verification requests.
  • Added API support to the browser based auth method proxy.

Fixed

  • Correctly read the API parameters when setting up Browser Based Authentication.
  • Tweaked auth report output to ensure that values are properly escaped.
  • Report to use better stats with browser based auth.
  • Session handling to cope with X-CSRF-Token headers.