jesper-raemaekers / vscode-polarion

GNU General Public License v3.0
6 stars 2 forks source link

[Enhancement] Authentication through token #5

Open brunoalmiron opened 5 months ago

brunoalmiron commented 5 months ago

Hi, I love the conecept of your extension!

Unfortunately I was not able to use it due to the username/password authentication which is not supported in my server.

Nevertheless, it does support token authentication, which does work at your python-polarion (which is amazing). Is it possible to implement the token authentication?

I'm using windows, I think that for that environment it could be implemented to look at "%USER%/.polarion/token" for a plain text token file.

Thank you for you time!