Conversation
… in GettingStarted component
…he error it was causing in GettingStarted.tsx was bothering me
…ting device retrieval methods
- Created a new Web Push provider with full implementation in `main.go`. - Added configuration schema for VAPID keys in the provider manifest. - Implemented sending notifications to web browsers using the Web Push Protocol. - Included a Makefile for building the WASM module. - Added Quick Start guide and detailed README documentation for usage and testing. - Updated payload structures to support Web Push targets. - Introduced error handling for various HTTP response codes from push services.
fix(store): update VapidKeysStore to select specific columns feat(devices): implement Scan and Value methods for DeviceCredentials; add UpsertDevice method feat(migrations): create unique index for active devices fix(wasm): update provider.wasm binary feat(webpush): enhance Web Push provider to support FCM; add necessary configuration fields and logic
…ions - Moved provider manifest and related types to a new `types` package for better organization. - Updated the `Manifest` function to use the new types. - Refactored the `Send` function to utilize the new `SendRequest` and `SendResponse` types. - Enhanced Web Push notification handling with manual VAPID JWT generation and AES-128-GCM encryption. - Improved error handling and logging throughout the code. - Removed unused imports and redundant code for clarity and maintainability.
… up notification headers
…ptional push subscription
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.