Restricting Expo push notification token use

Expo push notifications are super convenient installation and use-wise, but what if someone from the outside gets a hold of the user’s token? To my understanding anyone from anywhere can send push notifications to your app if they have the token? Is there a way to restrict the token use (private key or server IP whitelist)?

Hi!

You can optionally require additional security when sending push notifications if this is a concern.

Thank you! That’s exactly what I needed. :+1:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.