Douglas Wilson
Douglas Wilson
It sure is. I would be happy to look at a PR.
Hi @cyl19910101, I'm sorry, this is not the correct place to ask that question. I would suggest either opening a new issue (https://help.github.com/articles/creating-an-issue/) or posting on stackoverflow.com
Ah, thank you for bridging this to my attention. If this is supposed to solve the token for a single request use case, I do not think it is the...
Hi @sgress454 thanks for this long post :) ! I am helping out on this module now and going through the issues. I need to get more familiar with the...
I have not had time to dig in much. If you have any insight, that would be awesome!
> which you do by setting it false Sorry, I'm not sure if you really followed the thread above; I didn't write the original code, so replying to me with...
Yes, if this is operating contary to the CORS spec, then it should be changed. If the CORS spec says the way this works now it should not change. If...
Yea, @sgress454 , that was reported in #114 though the user declined to make a pull request.
Potentially `server` can be changed to an array and you can just accumulate the list of servers you have seen so far at https://github.com/krakenjs/kraken-js/blob/d37c1bc3b498163b5d89e850252b0bc8b2033f72/middleware/shutdown.js#L65 instead of only saving the server...
Apologies, I just created it quickly not to forget :) Yep, that pretty much sums it up. Essentially, a `router` instance is a function which takes the standard three arguments...