Are there any reasons to add payload signature to a rest API with mutual TLS?

We have a B2B Rest API with Client Certificate authentication.
Are there any reasons to add also a payload signature check to this API?

I’m seeing many service providers which add a digital signature payload parameter on the… Continue reading Are there any reasons to add payload signature to a rest API with mutual TLS?

Is it safe to use a stateless authorization mechanism where the clear password is stored on the keychain?

Is it safe to use the following stateless authorization mechanism between a client (iOS & Android) and server?

Sign up

The client provides an email and password and saves the clear password on the Keychain of iOS and u… Continue reading Is it safe to use a stateless authorization mechanism where the clear password is stored on the keychain?