kalsi-avneet / py-fossology

Python wrapper around FOSSology's REST API
MIT License
3 stars 0 forks source link

How to certify with TOKEN. #8

Open soimsoim opened 3 years ago

soimsoim commented 3 years ago

Is there a way to upload files to TOKEN already created without password?

kalsi-avneet commented 3 years ago

Hi @soimsoim,

As of now, password is the only way to authenticate with the server.

Authentication with already created token seems like a good way to authenticate :) thanks for the suggestion. I might implement it in a future version.

soimsoim commented 3 years ago

Hi @kalsi-avneet , Thank you for considering adding features~!