pawelsikora / mkdocs-with-confluence

MkDocs plugin for uploading markdown documentation to Confluence via Confluence REST API
MIT License
67 stars 33 forks source link

Support Bearer Token #23

Open dspaeth-breuni opened 11 months ago

dspaeth-breuni commented 11 months ago

Hi,

as far as I can see, this plugin only supports username/password authentication. For instance for ci-jobs I don't want to expose my password. Instead I want to use a Personal Access Token. Is it possible to support Access Tokens too?