ALI
Explore posts from serversAAlokai
•Created by ALI on 6/28/2024 in #🙋|general-help
Trying to add Storefront UI in nuxt 3
1 replies
AAlokai
•Created by ALI on 1/31/2024 in #🙋|general-help
custom query to change customer password
Hi, I'm trying to change password for an existing cutomer using graphql mutations. I have a vsf2nuxt3 app and I just implemented user authentication. Now, I want to implement change password feature for a user. I am trying
changeCustomerPassword
method from magento sdk.
I am able to change password successfully but graphql returns me the fields that I do not require I want it to return the fields that I have written in my custom query. below is my code:
custom query:
1 replies
AAlokai
•Created by ALI on 11/22/2023 in #🙋|general-help
VSF2-Nuxt3 app integrated with Magento 2.
2 replies
AAlokai
•Created by ALI on 11/21/2023 in #🙋|general-help
Sotring cookies for magento 2 using ```vsf-customer```
I have integrated Magento 2 sdk in my vsf app. For use Authentication, I am using method with custom graphQL query and then I use method to generate Token for authentication. Now, I want to store this token in cookies/localstorage. The documentation suggests that I should use to store cookies because mthods like use token stored in . But, I haven't found any guide related to the usage of this method. Any help on it will be a huge helping hand for me. thanks
2 replies