How can we Implement request digest in the Jmix 2.1.3?
Do you mean HTTP Digest authentication?
It’s strongly not recommended because it requires storing of user passwords unencrypted or using weak MD5 hashing. See Digest Authentication :: Spring Security
Why do you need it?