-
Notifications
You must be signed in to change notification settings - Fork 62
auth #141
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
Comments
I have the same problem, I want the endpoints in swagger to appear as protected but I can't do it. The documentation does not show examples |
Unfortunately the security configuration didn't work for me. swagger 1.2.0 |
i have the same issue... |
Same here. It does not show up in swagger |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Dont find possible ways to protect swagger
doesnt work
isAuthenticated
here is plugin with checking auth credentials.What can be done ? =>
The fastest way to impement mannual auth
The user must manually enter a token in the browser, which will be used in the request headers
The text was updated successfully, but these errors were encountered: