IDONTSUDO
Results
1
issues of
IDONTSUDO
**I have such code on the server. It logs user keys for subscribing service wokers to the server.** exports.PushUsers = (req,res) =>{ const subscription = req.body console.log("ITSKEY",subscription.keys.p256dh ) **On the...