December 16, 2019 at 22:30

I just arrived in my hometown with a terrible jet lag, so I managed to put together a first working version of the new login system using passport-twitter. I spent a decent amount of time debugging a token session error while using cookie-session. It turns out using sameSite: strict won’t work and it will throw some token errors when running the app in a local environment.

The next steps are figuring out the data retrieved from Twitter and hook it up properly with the data model in the database.

Prisma Query explorer

December 12, 2019 at 22:30

After eight years working together, mamuso and I thought it was time to build something together out of work, so here we are. We have a specific goal: to improve the sharing of process, work in progress, and feedback for creators. We are trying to limit the technical complexity by relying on a JavaScript boilerplate that Max and Brian have put together.

We got login sessions working via Google Auth, but I’m currently working on a Passport Twitter Strategy.

Prisma GraphQL