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

Authentication does not protect the new UI #93

Closed
suavelizard opened this issue Feb 14, 2020 · 4 comments
Closed

Authentication does not protect the new UI #93

suavelizard opened this issue Feb 14, 2020 · 4 comments
Assignees
Labels

Comments

@suavelizard
Copy link

When basic auth is configured:

authentication: true,
      onAuthenticate: function (req, username, password) {
        return false
      },

/swagger-stats/metrics and /swagger-stats/ui will ask for authentication. However /swagger-stats/ux will not.

@ivashog
Copy link

ivashog commented Mar 23, 2020

When you publish #97 changes to npm?

@sv2
Copy link
Collaborator

sv2 commented Mar 27, 2020

Just published v.0.95.17 with #97 - thanks a lot !

@smashah
Copy link

smashah commented Feb 2, 2021

Not sure if anyone else is facing this but if I use authentication and go directly to /ux it returns with Authentication required. I have to go to /ui, authenticate, then go to /ux.

Not a big deal, but worth noting.

@sv2
Copy link
Collaborator

sv2 commented Apr 3, 2021

Addressed v0.99.1

@sv2 sv2 closed this as completed Apr 3, 2021
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

4 participants