Jeff Harrell

Results 18 comments of Jeff Harrell

Thanks to the PR from @jakeday this should now be fixed as part of `3.0.6`.

There's not, although this is a good idea so I've marked it as a feature. Cart settings are currently set by adding a product and then having the cart-specific features...

Thanks to the PR from @jakeday this should be fixed as part of `3.0.6`.

@vybs to expand upon Rich's original comment, why isn't providing better security being considered a core feature of dust? I understand keeping down the size of code, but at 200...

Got it. It's a little confusing having it in it's own repo vs. a branch off of the original. I know Rich was following up with a few security gotchas,...

Let's avoid storing the timestamp data. I had just logged this originally as an item to look into the feasibility of. It may be that it's not really needed though.

I'm not opposed to this. How about something like `yo kraken:controller myController --layout=myLayout`?

It could be documented better, but why won't the custom token implementation method work for this? https://github.com/krakenjs/lusca/blob/master/test/csrf.js#L93 Edit: You have direct access to the request from that function https://github.com/krakenjs/lusca/blob/master/test/mocks/token.js#L12