wultra / powerauth-push-server

PowerAuth Push Server repository
Apache License 2.0
24 stars 12 forks source link

Enable notification when push notification cannot be send due to a invalid userId or userId+activationId combination #841

Open zcgandcomp opened 1 month ago

zcgandcomp commented 1 month ago

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)