Richard Davenport

Results 31 comments of Richard Davenport

@praveenweb I do see a "coming soon" [https://hasura.io/learn/graphql/hasura-authentication/integrations/ory/](https://hasura.io/learn/graphql/hasura-authentication/integrations/ory/). Is there any news on this?

@edardev @kantum @pranaysharma For what it's worth, we are using ory kratos for our authentication and we use the webhook method to authenticate requests. We haven't gotten any deeper than...

@nathankot I looked at your directive, but didn't try it out. Does it actually work? I'd really like an Angular directive for salvattore!

I second this. I'm glad someone brought this issue up, probably saved me from banging my head on the wall.

@TheGhostFish @darkguy2008 @Ketan-Infyom I need something like this also. Curious about your requirements. For mine, I need the user to pick a date, but we need to display a future...

@vjpr @Arro I was just about to implement this... I think it could be straight forward, just need to be recursive. @Arro are you up for a PR?

@Arro Do you know anything about the rate limits on airtable? I'm wondering if we'll run into that?

@nathanaelphilip I ended up just using the API directly. I'd have to take another look to see where I was at with this.

@nathanaelphilip I have a feeling that if you do make recursive calls it will be the same amount of api calls if you don't do it recursive. I think you...