iachat/app/controllers/api
Alexander Udovichenko 412b72db7c
fix: Delete double hmac check (#12464)
## Description

When hmac identity check is enabled according to
[this](https://www.chatwoot.com/hc/user-guide/articles/1677587479-how-to-enable-identity-validation-in-chatwoot)
I found out, that it checked twice.

If `should_verify_hmac? -> true` then hmac checked in `before_action`
and we don't need to do it again later.

This perfomance related and PR fixes this.
2026-03-13 02:30:17 -07:00
..
v1 fix: Delete double hmac check (#12464) 2026-03-13 02:30:17 -07:00
v2 fix(signup): normalize account signup config checks (#13745) 2026-03-10 16:35:09 +05:30
base_controller.rb chore: Ensure privilege validations for API endpoints (#2224) 2021-06-11 11:44:31 +05:30