David Thyresson

Results 182 comments of David Thyresson

@pi0neerpat Thanks for taking this on -- in fact after @dac09 and I implemented the Validator and Transformer directives, I realized that "traditional" directives might collide -- but then I...

Also, have you seen the redis store provided by rate-limiter? https://github.com/teamplanes/graphql-rate-limit/blob/master/src/lib/redis-store.ts

@jtoar and @cannikin do the current round of docs close this item out?

You could add Supabase here for a Cookbook as well. Note: they have added that as one of their Hacktoberfest items https://community.redwoodjs.com/t/supabase-redwood-experiments/1088/18 and https://github.com/supabase/supabase/issues/150

Be sure to see: https://github.com/redwoodjs/redwood/pull/3414 I will be adding some better info on custom for release 0.37 and an example of how to use the token (not decoded) to wither...

My concern would be some inferred or implied bias or recommendation of one provider over another — just as there is choice over a host and deployment would one weigh...

I do see the argument, but I just am playing "devil's advocate" for the slippery slope -- does the official documentation also include a breakdown of databases (PG vs MySQL...

@aaronvanston Having upgraded to Yoga v3 I am finally revisiting how errors and status codes are reported. And I have a new take on this issue. ```ts jwt.verify(token, 'shhhhh', function(err,...

Note: Would need to update Supabase decoder, too.

To implement, I might create an AuthenticationError or TokenExpiredError or NotBeforeError in redwoods/api that extends from RedwoodError.and set a code and stop stat in the extensions. Should be fine since...