Jordan Cotter
Jordan Cotter
I'm also wondering how environment variables are handled for production with this boilerplate. It doesn't look like any .env is being copied to dist/ when you run gulp build.
I also had issues with the 2 minute timeout so I [forked the repo](https://github.com/cotterjd/graphql-yoga) and added a timeout option. It doesn't look like graphql-yoga is actively maintained anymore so I...
I'm interested
I assumed setting the accessType prop to "offline" would take care of this, but it didn't seem to work. According to this comment that's what needs to be done https://stackoverflow.com/questions/10827920/not-receiving-google-oauth-refresh-token#comment56214632_10857806
I guess I have to use the responseType of "code" according to the docs which state that the accessType "Can be either 'online' or 'offline'. Use offline with responseType 'code'...
Having accessType set to "offline" and responseType set to "code" did not work. How do we get the access token refreshed automatically?
Thanks for posting your code. That looks like a good solution. It will be tricky to implement for me though since I have a login app that redirects to my...
Since I redirect to another app and don't have that reloadAuthToken available to me anymore, I just have them login again if their token expires. It can be quite painless...
Is sparse unique indexes still on the agenda? I would really like to see that feature in Prisma.
I'm using PopOS and peek will produce a gif that works perfectly for the first few seconds and then the video just freezes until it's time to restart from the...