Gabriel

Results 132 comments of Gabriel

It seems I was wrong, it works nicely in nextcloud 28.0.0, when you cancel a download it stops reading it from disk. It didn't work initialy after first very test...

Hi any news on this one? It would be nice being able to make more complex receipt number formats.

Hi! It is in the context of a public organization and I won't be allowed to directly develop it, but I can help with the validation and ideas for it.

I do exactly the same, I just store the cookie in an httponly samesite cookie, and proper cors and cookie configuration, so the cookie will only be sent to the...

I have this implemented in postgrest but it requires to have a table to control the state of the refresh tokens. The idea is being able to keep longer sessions...

No, i'm not sending it at every request because as you say it won't make sense, i don't remember how I do that exactly, I will check it later. I...

> > In my use case, [classical (header) auth, cookie refresh], the refresh token is in fact sent with every request, and generally ignored as pgrst uses the access token...

Yes, same database but with read only copies of the master. The idea would be that PostgRest could redirect the request to one pool or another pool considering its type:...

Yes, it might be better to implement this at server level. Closing this, not really necessary as I can implement this as pintoflager suggests, thanks!.

That would be amazing for proper support for kubernetes postgres operators like cloudnative postgres operator, or the zalando postgres operator. It could be something like: `db-uri-write-replica = "host1"` `db-uri-read-replicas =...