-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
|
||
Upgrade Notes | ||
------------- | ||
|
||
VAPID keys and Push notifications | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
Takahē now supports push notifications if you supply a valid VAPID keypair as | ||
the ``TAKAHE_VAPID_PUBLIC_KEY`` and ``TAKAHE_VAPID_PRIVATE_KEY`` environment | ||
variables. You can generate a keypair via `https://web-push-codelab.glitch.me/`_. | ||
|
||
Note that users of apps may need to sign out and in again to their accounts for | ||
the app to notice that it can now do push notifications. Some apps, like Elk, | ||
may cache the fact your server didn't support it for a while. |