How does extPay know which user information to get, when we run extpay.getUser() #102
Unanswered
Shashank003
asked this question in
Q&A
Replies: 1 comment 2 replies
-
When the user signs in, your extension sends a request to extensionpay.com, which generates a unique ID and returns it. Your extension saves the ID in Chrome sync storage. When you run extpay.getUser(), it sends the ID to extensionpay.com asking for the user's information. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How exactly does this function know, which user's information to get from the server.
Beta Was this translation helpful? Give feedback.
All reactions