Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't create a HTTP Authentication security scheme #47

Closed
alastair-todd opened this issue Jul 17, 2019 · 5 comments
Closed

Can't create a HTTP Authentication security scheme #47

alastair-todd opened this issue Jul 17, 2019 · 5 comments
Assignees
Labels

Comments

@alastair-todd
Copy link

I see #32 talks about the same thing but for me it seems glitched.

All the other options change the form fields, but the http one does nothing. If I save one with http, you cannot edit it.

I guess I can just add this manually its fine.

components:
  securitySchemes:
    bearerAuth:            # arbitrary name for the security scheme
      type: http
      scheme: bearer
      bearerFormat: JWT  
@MikeRalphson
Copy link
Contributor

Thanks for the report. Do you see any errors in the javascript console?

@alastair-todd
Copy link
Author

When I select the HTTP Authentication type option - its not much to go on !

vue.min.js:6 TypeError: Cannot read property 'toLowerCase' of undefined
at a.render (eval at Tn (vue.min.js:6), :3:28483)
at a.t._render (vue.min.js:6)
at a.r (vue.min.js:6)
at Kr.get (vue.min.js:6)
at Kr.run (vue.min.js:6)
at ht (vue.min.js:6)
at Array. (vue.min.js:6)
at MessagePort.J (vue.min.js:6)
K @ vue.min.js:6
z @ vue.min.js:6
V @ vue.min.js:6
t._render @ vue.min.js:6
r @ vue.min.js:6
Kr.get @ vue.min.js:6
Kr.run @ vue.min.js:6
ht @ vue.min.js:6
(anonymous) @ vue.min.js:6
J @ vue.min.js:6

(Awesome tool btw)

@alastair-todd
Copy link
Author

btw its in chrome - ill try FF

@MikeRalphson
Copy link
Contributor

Fix is in, and another security related issue spotted in testing. Would appreciate confirmation.

@MikeRalphson MikeRalphson self-assigned this Jul 18, 2019
@alastair-todd
Copy link
Author

alastair-todd commented Jul 18, 2019

Yes all working fine now. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants