craftamap / pluploader

A simple plugin uploader for atlassian server tools written in python
Apache License 2.0
11 stars 1 forks source link

Assuming that api-tokens will work as passwords too? #66

Closed EugenMayer closed 3 years ago

EugenMayer commented 3 years ago

Are there any particular reasons we do not add to the docs, that one can use the API tokens as password instead of the plain-text password of the account?

With tokens i mean those https://id.atlassian.com/manage-profile/security/api-tokens

Any thoughts?

craftamap commented 3 years ago

As cloud support is a newer feature in the pluploader and access tokens for server/dc are also new, I never got around adding it to the README.

But you are right, the option to do this should be added :)

craftamap commented 3 years ago

I encourage you to take a look at the created pull request #67 and see if you have any complaints. :)

EugenMayer commented 3 years ago

Awesome - that really helps and is the right insensitive

Thank you for being interested and responsive