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
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