zalando / zally

A minimalistic, simple-to-use API linter
https://zalando.github.io/zally
MIT License
908 stars 145 forks source link

CLI: Allow other authorization types apart from 'Bearer' #1506

Open ledex opened 2 months ago

ledex commented 2 months ago

Currently Zally CLI only allows OAuth2 tokens and the authorization type is hardcoded to 'Bearer'.

Maybe it would be nice to allow other authorization types here and provide a bit more flexibility. This is not too hard to implement, but I would like to get some feedback on it first.