Closed Jack12816 closed 5 years ago
1 Message | |
---|---|
:book: | We really appreciate pull requests that demonstrate issues, even without a fix. That said, the next step is to try and fix the failing tests! |
Generated by :no_entry_sign: danger
Something's wrong with the build. Care to fix that? Probably needs some capybara updates and what not. I can merge on green.
Generally this auth business implementation is weird. Swagger ui has a much more sophisticated way to do this in 3.0, someone will have to redo it I think when we get there. There's also a more generic way to handle this via preFetch
(eg. https://github.com/artsy/doppler/pull/139).
master
should build now, so this PR could be re-based to re-run it.
@Jack12816 Rebase/squash? I'll merge.
Sorry guys I didn't have time to look into the broken build. But I rebased against the latest upstream master right now. Feel free to merge :)
@dblock Is there a release planned for this?
I opened https://github.com/ruby-grape/grape-swagger-rails/issues/93 for the maintainers of this repo. I am just cheerleading.
Hey guys, first things first: thanks for this great gem!
It would be quite useful to have a new
token
authentication type, which follows the Rails convention. So theAuthorization
header looks like this:This PR allows the usage of this authentication.