devin ivy

Results 170 comments of devin ivy

I started digging into this. One thing that makes this less straightforward than one might hope is that there are several levels of defaults that can be applied to the...

It would be useful to see the code that you're writing that is giving you issues. In the hapi test suite you'll often see code like this, making use of...

I agree that it would be great for there to be a way to set a default auth strategy locally to a plugin. And furthermore, it would be great to...

I think this is a valid discussion about `server.auth.default()` whether or not `server.auth.strategy()` is sandboxed, but I do believe that it is not sandboxed. Perhaps it seems that way because...

Hey @matthieusieben do you have any thoughts or feedback on your and Gil's proposals so far? I think it would be nice to plan out this work, and (with hapi...

We'll take this under consideration for the next major version of hapi 👍

I have made a PR for this, and your review is welcomed on it @davewichers: #4352.

Resolved with v21 https://github.com/hapijs/hapi/issues/4386

I started digging into this and wanted to share what I've learned so far in case anyone else wants to take a look as well. In short, I was able...

Awesome, I am glad you found this work and that it was useful. I agree that it does feel like time to revise some of the transmit and abort logic....