Hassan Ben Jobrane

Results 29 comments of Hassan Ben Jobrane
trafficstars

Good news, we've released a new version of our SDK. We removed `jose` in favor of `jwt-decode`. Make sure to do the following these steps to make sure everything is...

@felixhagspiel thanks for reporting, will investigate this issue further and keep you updated

@felixhagspiel we've identified the issue and we have released a fix for this. Make sure to update to the latest versions of the SDK. ``` "@nhost/react": "^3.5.3", "@nhost/react-apollo": "^12.0.3" ```

@felixhagspiel will double check — in the meantime can you please provide more details. Is it still reproducible as suggested in the description of this issue ?

It is expected that requests will stop firing when the JWT has expired, because otherwise you'll receive a 401 response. Could you provide further insights into your setup and the...

> Your points make sense. > > Can you explain why this occurs: > > 1. sign in > 2. refresh homepage (notice `getSession` and `getHasuraClaims` value) > 3. sign...

> improve environment/browser detect to include react-native Thanks will apply