consento-org / consento-org/notification-server
Allow for Websockets without any offline tokens
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Desktops may have a background task running for fetching notifications. These are not connected to expo's notification system. This means that Desktops connecting to the notification server need to be able to create "notification tokens" that are specific to the notification server. _Currently the notification-server is strongly tied to ExpoTokens._
We seem to be needing two features for this:
1. There should be a new function in the server where a Desktop can create a "token-lease" that can be used for to address the desktop.
2. There should be a new function that allows the Desktop to retreive notification that havn't arrived while online.
Contributor guide
Assessment
This issue has not been assessed yet.