Paul Fitzpatrick

Results 206 comments of Paul Fitzpatrick

Great - I'm adding tests, and will fix the case issue.

@helmut72: @MHOOO mentioned that logging out doesn't work https://github.com/gristlabs/grist-core/pull/165#issuecomment-1067078415. I think the next step for someone polishing this would be to change cookie handling when this kind of auth is...

@elis these use-cases make a lot of sense. We've been having discussions about how best to keep secrets for remote services. The idea of encrypted columns unlocked temporarily on the...

Thanks for spelling this out @helmut72. It makes sense, the `ForwardAuthLogin` mechanism as implemented doesn't play well with peer sites. I think the fix could be fairly straightforward.

Hi @helmut72, a recent commit cleaned up behavior and gave some more options https://github.com/gristlabs/grist-core/commit/561d9696aa43a7cd4efc4c349d9868b5b33bd678. Should be included in the latest grist-core docker image now. I'd be interested if it helps...

`GRIST_IGNORE_SESSION` will default to `false`, no need to set it. That's too bad, in that case the updates won't help you. Yes, if you do need to set a session...

No update, sorry. One thing I did want to mention is a currently undocumented feature where you can assign a custom id to a document, like https://templates.getgrist.com/doc/afterschool-program - see how...

This is getting closer. If anyone would be interested in being a beta tester of webhooks (and particularly Zapier instant triggers), we'd like to hear from you.

Great, thanks @HermesRatgers. We'll add Pabbly Connect to the domains allowed for webhooks, and prepare instructions for how to get this set up. Are you comfortable using Grist's API (https://support.getgrist.com/rest-api/)?...

Here is a sketch of how to use webhooks with Grist. The procedure isn't as smooth as I'd like, which is why I'm writing it in a github comment rather...