elimau
elimau
This seems like a big issue as it does not work on android without giving it a width. Also the width requirement is not part of the documentation. Hence this...
I had this problem yesterday. I was using `jest-environment-jsdom` rather than jsdom directly. However, today, I uninstalled and installed `jest-environment-jsdom` and the problem mysteriously disappeared. So out of curiosity, i...
Hi, yes, it is the same problem. But i'd like to further explain the problem I am experiencing. **My two constraints are:** - `Parse.User.linkWith('google', payload)` requires `id_token` and `id` to...
@SebC99 Look here: https://auth0.com/docs/tokens/id-tokens/validate-id-tokens It tells what are the important things to check for in the id_token. It looks like the google adapter is doing the important checks against the...