Closed Jack12816 closed 6 years ago
Needs tests and CHANGELOG please.
on my way :)
What about tests. There're actually working tests for these scenarios in https://github.com/ruby-grape/grape-swagger-rails/blob/master/spec/features/swagger_spec.rb#L84. Thanks!
I close this PR due to the long delay of my side and due to the fact that my organization has now a bunch of apps which use my fork/master version which would break on all sides when I squash the commits. Follow up: https://github.com/ruby-grape/grape-swagger-rails/pull/86
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.