Closed elonmallin closed 5 years ago
Found the problem at: https://github.com/mrin9/RapiDoc/blob/master/src/components/security-schemes.js#L149
Seems like inputname
is never set for http/bearer
but it is for apiKey
. Not sure exactly where to solve it though.
Could simply apend || apiEl.querySelector('input')
to make sure it gets the input if we don't find it by inputname
.
thanks for pointing it out, will rework on this piece to fix this and another issue
This should be fixed in 5.0.3
The "SET" button in the "AUTHENTICATION" section does nothing when the security scheme is bearer:
If I use
"type": "apiKey"
and set thename
andin
fields the "SET" button will work though.