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

feat: Django command to generate/export a Vapid keypair #144

Merged

Conversation

David-Guillot
Copy link
Contributor

Hi @safwanrahman ,

I found it weird to rely on an external service to generate a Vapid key pair, which is required to send Webpush notifications to most users. So I dug into py_vapid and cryptography stuff to understand how to generate and export the keys under the right format. So here it is, a nice Django command to make this Django app easier to use.

Let me know what you think,

@safwanrahman
Copy link
Owner

Very interesting. I like this idea. r+

@safwanrahman safwanrahman merged commit e2a4fd9 into safwanrahman:master Jan 13, 2025
@David-Guillot David-Guillot deleted the feat/command-vapid-keypair branch January 13, 2025 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants