Skip to content

fix: include verdict in all auth_fail events

Dmitry Rodionov requested to merge dkr/auth-fail-noblock-verdict into master

Summary

  • fix: include verdict in all auth_fail events

Cases when verdict was missing:

  • unknown user
  • user was blocked

Close: #438 (closed)

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if necessary) A follow-up doc issue is created in picodata/docs and linked here

Merge request reports