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

Missing useUser hook in VNDA integration #384

Open
devartes opened this issue Feb 8, 2024 · 1 comment · May be fixed by #893
Open

Missing useUser hook in VNDA integration #384

devartes opened this issue Feb 8, 2024 · 1 comment · May be fixed by #893
Labels
vnda VNDA App

Comments

@devartes
Copy link
Contributor

devartes commented Feb 8, 2024

Similar to the "useUser" that VTEX has

import { state as storeState } from "./context.ts";

const { user, loading } = storeState;

const state = { user, loading };

export const useUser = () => state;
@guitavano guitavano changed the title Missing integration of the useUser hook in VNDA Missing useUser hook in VNDA integration Sep 3, 2024
@guitavano guitavano added the vnda VNDA App label Sep 3, 2024
@yuriassuncx
Copy link
Contributor

yuriassuncx commented Sep 30, 2024

References:

https://developers.vnda.com.br/reference/get-api-v2-clients-id
https://developers.vnda.com.br/reference/get-api-v2-auth-email-token
https://developers.vnda.com.br/reference/post-api-v2-auth-client

I can develop this feature if I have access to a VNDA-integrated ecommerce site where I can test it.
@guitavano Could you help me with access?

@yuriassuncx yuriassuncx linked a pull request Oct 1, 2024 that will close this issue
@IncognitaDev IncognitaDev linked a pull request Nov 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vnda VNDA App
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants