Skip to content

Authentication does not protect the new UI #93

Closed
@suavelizard

Description

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.

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions