Ahmed Zoghlami

Results 9 comments of Ahmed Zoghlami

Great work ! Any update regarding this issue? Thank you again

Seems that the issue is not resolved yet. I'd like to thank the #DesignMyNight team for the great work it has done to make our lives easier. At the same...

Thank you for the quick response, I've tried "AES-CBC" on CryptoJS.AES, how would it be implemented on WebCrypto ? Params seemed confusing, didn't know where to input the "secret Passphrase"

Great ! Sure, this is the legacy code I use to AES-CBC encrypt/decrypt : ```js const passphrase = "secret passphrase" const valueToEncrypt = "a secret content to encrypt" const CryptoJSAesJson...

Would you please guide me on what to fill the remaining variables? I'm still confused. This is how I tried to do it: ```js const passwordView = Uint8Array("secret-key"); const ivView...

Yes @stafyniaksacha , that's what I did. So I understand that `Async` would normally work with `getAuth()` but somehow it doesn't in my case?

@charlie0077 I'm using this approach for now: https://github.com/newsiberian/apollo-link-token-refresh But I would prefer `async getAuth()` much cleaner method. @Nuxt Community Team, would you please tell us if this feature is on...

> It does seem that this meta query plugin _should_ accept one or more values for the `value` input though, since WP_Query allows it. 🤔 I've suspected that because I've...