powerauth-push-server
powerauth-push-server copied to clipboard
Enable notification when push notification cannot be send due to a invalid userId or userId+activationId combination
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 indication.
Add to log WARN message that no device was found to send the push notification to.
(Alternatively we can raise an exception if the combination is not valid - TBD)