Giter VIP home page Giter VIP logo

Comments (1)

tuwrraphael avatar tuwrraphael commented on June 12, 2024

In the reference linked is a note on encryption, which states:

You can use whatever encryption scheme you find more useful for your app…

So if you'd really like to use this library, whose goal is to implement the web push standard in c#, I would suggest to go along with the end-to-end protection of the payload.
You would need to generate the p256dh and auth keys yourself, in your client application, and transmit them together with your endpoint url to your server. You need then to decrypt the payload in the client.

If you don't want to encrypt the payload this way, this package is not the right one I'm afraid. Still, I would like the solution of building an own package for the VAPID authentication header, which could then be imported here.

from web-push-csharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.