purista
purista copied to clipboard
feat: Allow multiple auth methods
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