You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If change VAPID keys (generated by VAPID::createVapidKeys()) and in DB already have users registered with other keys, than practically these users are like losts?
In this case I saw that user can unregister, but notification push not working.
Maybe better to store somewhere VAPID pub, priv keys and associate with regisitered users in DB.
In this case, maybe method $webPush->sendNotification() need a new param to rewrite VAPID keys if exists.