Results 9 comments of Nigel Schuster

I mostly agree. - The easiest way to think about authentication is to have the viewer root query return null, if the no user exists, no token exists or the...

Good point. So, how I see it is, that the viewer query is without arguments, so no ID or anything. It returns the user mapped to that token, which then...

Ah okay, I read up on it a little bit. My understanding of JWT was wrong. That Medium post looks good, doesn't use Relay though, so we might have to...

This was the concept I was thinking about above. I know how to do this with cookies. Not sure if JWT changes anything 😄

Hi Caio, thank you so much for the PR! I think instead of using translate()(...) we can wrap the top level component in a i18nProvider (https://react.i18next.com/components/i18nextprovider.html) and then get {...

Master and canary don't use yo currently. Check out my PR to incorporate it.

While I see the issue in this case, it appears to be more of a weakness in the ReasonML spec, since it does not allow for the concept of absent....

My mistake, thank you for the correction!!

I'll do some more testing before moving forward with this :)