We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In openApi documentation you can add multiple auth methods. Provide a way to define which auth methods are the default ones and so on.
ex.
/public needs none
/assets -> needs API-Key
/authenticate -> needs API-Key and Basic Auth
/restricted -> needs API-Key and Bearer