purista icon indicating copy to clipboard operation
purista copied to clipboard

feat: Allow multiple auth methods

Open sebastianwessel opened this issue 2 years ago • 0 comments

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

sebastianwessel avatar Oct 04 '22 12:10 sebastianwessel