You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[for example, Apple](https://developer.apple.com/documentation/usernotifications/sending-web-push-notifications-in-web-apps-and-browsers#Prepare-your-server-to-send-push-notifications),
178
+
[for example, Apple's](https://developer.apple.com/documentation/usernotifications/sending-web-push-notifications-in-web-apps-and-browsers#Prepare-your-server-to-send-push-notifications),
156
179
require a [VAPID](https://rfc-editor.org/rfc/rfc8292) key pair.
157
180
158
181
If you want to try out push notifications, you can use a [VAPID key generator](https://steveseguin.github.io/vapid/)
@@ -163,7 +186,8 @@ cd StartSCH/StartSch
163
186
164
187
dotnet user-secrets set Push:PublicKey "..."
165
188
dotnet user-secrets set Push:PrivateKey "..."
166
-
# Push service providers use this if there are issues with a sender, probably not important when developing
189
+
# Push service providers use this if there are issues with a sender,
190
+
# probably not important when developing but do ensure it is set to something.
167
191
dotnet user-secrets set Push:Subject "mailto:example@example.com"
0 commit comments