clj / kom2

Interface KiCad database libraries with non-ODBC systems using magic
MIT License
6 stars 1 forks source link

Suggestion: API Token #4

Closed SchrodingersGat closed 1 year ago

SchrodingersGat commented 1 year ago

@clj if you are not already, I suggest that you use an API token to perform requests. It is significantly faster than username/password auth.

If you are already doing this, please ignore and close out this issue :)

matmair commented 1 year ago

@SchrodingersGat from debugging, I can tell you that the token is fetched first if username/password is supplied.

clj commented 1 year ago

Yup, it fetches a token at startup and uses that.