Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement]: Support VAPID for WebPush #61

Open
1 task done
iNPUTmice opened this issue Nov 20, 2023 · 0 comments
Open
1 task done

[enhancement]: Support VAPID for WebPush #61

iNPUTmice opened this issue Nov 20, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@iNPUTmice
Copy link

Which feature or improvement would you like to request?

One of the great features of JMAP is the ability to receive WebPush notifications. However a good number of Push Services (Googles Firebase for example) require that the (JMAP) server authenticates itsself via VAPID (Voluntary Application Server Identification protocol)

I've written a draft RFC on how this can be done with JMAP https://datatracker.ietf.org/doc/draft-gultsch-jmap-webpush-vapid/ and implement client support in Ltt.rs.

There is a chance that there might be a few minor syntax changes on the JMAP side of things before the RFC is finalized but the heavy lifting is likely on the JMAP->push services side of things and that's not going to change.

Is your feature request related to a problem?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@iNPUTmice iNPUTmice added the enhancement New feature or request label Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants