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

Allow for Websockets without any offline tokens #2

Open
martinheidegger opened this issue Aug 21, 2020 · 0 comments
Open

Allow for Websockets without any offline tokens #2

martinheidegger opened this issue Aug 21, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@martinheidegger
Copy link
Member

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.
@martinheidegger martinheidegger added the enhancement New feature or request label Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant