Zdeněk Černý
Zdeněk Černý
Validate upload of credentials - after decoding from base64 - for APNS privateKeyBase64 has to be valid p8 file in PEM format - for FCM privateKeyBase64 has to be valid...
Currently if `userId` or combination of `userId` and `activationId` doesn't have any activation to send push notification to, we do not send the push, but push server doesn't provide any...
Add capability to protect callbacks via OAUTH2.x. Support grant_type`client_credentials`. Encrypt the authentication column with the general encryption key. Derive the specific key (e.g. from application id). Update the API to...
Update the list of possible attributes and specify which attributes are relevant for operation and application callbacks.
The tracing context is not propagated to sendMessageToIos (and other methods for different platform) this brings issues when pairing the sending of the push with the result from the ANPS/FCM...