Joel Tannas
Joel Tannas
@jmoreno-kueski Do you have a link to the code that we can look at to help diagnose the issue?
What you have here is pretty difficult to follow along... Could you post a link to a gist or the project github? Or maybe use some of the github code...
Heyo - I'm just testing out the `main` branch right now in preparation for a 2.6 release and it looks like there's some stuff in there for OAS3. https://github.com/rswag/rswag/blob/6f4541128900ccae79b26d4f77810866769fdf89/rswag-specs/lib/rswag/specs/request_factory.rb#L123 Is...
No response from the author for a few months but this still seems relevant. Someone want to take another shot at this?
Just released v2.6.0 :tada:
@kwstannard thanks for the heads up. I've been wrapped up with other issues for the past few months and am now getting back to this project. There's a lot to...
I'm using a very similar setup to Jay and it's working. Sample ```ruby # swagger_helper.rb definitions components: { securitySchemes: { cookie_auth: { type: :apiKey, name: 'access_token', in: :cookie, }, bearer_auth:...
> @jtannas , This particular line `let(:Authorization) { BearerToken.new(resource_owner: admin_user).token }` is not working.... > > I'm getting error: > > ``` > Failure/Error: let(:Authorization) { BearerToken.new(resource_owner: admin_user).token } >...
@mustardnoise heyo - sorry for the long wait. We've since updated our test system and gotten new maintainers on board to start catching up. Would you mind rebasing this PR...
Closes #199