Keith Smith
Keith Smith
It's been a while, but just for sake of clarification, this is how it is duplicated: In the token endpoint middleware stack here: https://github.com/gerges-beshay/oauth2orize-examples/blob/master/routes/oauth2.js#L204-L205, it declares a passport usage and...
@slavaGanzin If you're referring to the express example, express uses callbacks exclusively, no way around it (ATM). So for express, yes, if that's what you're referring to.
Confirmed that the root path works with that workaround, but if you go to http://localhost:8080/about, then it proxies the request to to the backend, at which point the backend would...
This also happens when you `alt` or `option` + click on a file, which opens the file in a new tab group. When it opens in the new tab group,...
@tlivings I'm trying to use this, but I'm having difficulty with the validation portion. I'm taking in the file as a stream, and it's spitting out an error: `child "file"...
Or perhaps this is an enjoi validation issue
I think the issue is the order in which they registered in react router, so if in the spec you define `/users/{query}` before `/users/findUser`, the path will match that one...
I'm still trying to do an in depth read of it, but is it like the 'files' in `package.json`? If so, the files array is just a list of files...
makes sense. Taking a look at the `bower list` command, it should be pretty easy to support with with some refactoring. I'll work this weekend to add those as features.
ya, including "files" as an option would feel much cleaner. too many stars :)