-
Notifications
You must be signed in to change notification settings - Fork 38
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
Not able to display the authenticate button #172
Comments
Same here :'( See here for a workaround : #165 |
I switched to hapi-swagger... |
I am using a combination of hapi-swagger to create the swagger definition and hapi-swaggered-ui for the ui. Of course, you can just stick with hapi-swagger for both the swagger definition and ui, but I found that hapi-swaggered-ui to be using a more modern version of swagger ui. Hence, why I combined both libraries. With that combination, you can do the following: Add a
|
this not work, plz show one exemple, I go error "securityDefinitions" is not allowed |
Hi @z0mt3c, I'm trying to configure hapi-swaggered but I'm not able to display the authenticate button. Do you have a working example using the
authorization
option? Even with your example code, the configuration seems to be useless.Result:
Thanks,
Samy
The text was updated successfully, but these errors were encountered: