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

User id module remove storage requirements #3883

Closed
jaiminpanchal27 opened this issue Jun 4, 2019 · 2 comments
Closed

User id module remove storage requirements #3883

jaiminpanchal27 opened this issue Jun 4, 2019 · 2 comments
Labels

Comments

@jaiminpanchal27
Copy link
Collaborator

jaiminpanchal27 commented Jun 4, 2019

Type of issue

Feature request

Description

  1. Remove storage requirements from User id module. I have an id system which cannot store user id in local storage or cookie for more than 1 hour. It needs to hit the endpoint once every hour and get the latest user id.
@pm-harshad-mane
Copy link
Contributor

Hello @jaiminpanchal27 ,
if the end-point needs to be hit every hour and not on every impression then the id-provider will need to store the id for at least an hour, then I think we need to store it somewhere (cookie, local-storage).
Am I missing something?

@jaiminpanchal27
Copy link
Collaborator Author

Merged in #3930

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants