mozilla-services / autopush

Python Web Push Server used by Mozilla
https://autopush.readthedocs.io/
Mozilla Public License 2.0
217 stars 34 forks source link

Accept appServerKey as part of the channel data for new subscriptions #1357

Closed jrconlin closed 4 years ago

jrconlin commented 4 years ago

New subscriptions using the HTTP interface need to provide the appServerKey data. This can be added to the incoming POST body.

jrconlin commented 4 years ago

use appKey as field name

jrconlin commented 4 years ago

Hmm, this may already be accepted as key in the JSON.

jrconlin commented 4 years ago

it is.