Koren Zerah

Results 9 comments of Koren Zerah

I had the same issue. My application is multi-tenant using schema per "client". Therefore we had to use postgraphile on multiple identical schemas. In order to achieve that, we used...

@michaelbridge Just wanted to share our solution - we left the "Schema per client" approach and moved to tenantID column. With postgres it's really easy, we used row level security...

I am trying to do the same. When the client and the server are on seperated domains, CORS error happens when passport redirects with 302 status code. I'd like to...

Waiting for this feature! When will it be merged? @jaredhanson

@jaredhanson The reason we needed to use another statusCode is because we had to handle the browser redirect by ourselves on the client-side (React SPA web app). We couldn't do...

I had to find another solution since most of my enums are not in English.

@albertalrisa It'll be very useful. Let me know if you are going to implement it :) Thanks :)!

@albertalrisa Hello! First, this library is already useful. But if you think you can't keep your work on it, maybe you should consider moving this plugin maintenance and development to...