You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The authentication form is not styled and does not show up by default. I made it appear by adding its parent element and providing icon and styling:
<divclass="auth_main_container"></div>
The fixes above and customizing the index.html helped me to get the Basic Authentication working. Is it the scenario supposed to be used only with the HTML customizatoin?
The text was updated successfully, but these errors were encountered:
I would like to use
SwaggerClient.PasswordAuthorization
by specifying a "basicAuth" authorization type in an API declaration.I realized that there are a couple of problems with the implementation:
The authentication form is not styled and does not show up by default. I made it appear by adding its parent element and providing icon and styling:
The fixes above and customizing the
index.html
helped me to get the Basic Authentication working. Is it the scenario supposed to be used only with the HTML customizatoin?The text was updated successfully, but these errors were encountered: