Access tokens for Ignition Fuel Server API
Hello!
We are writing a python module that exports a CAD model to the Ignition Fuel Server using the REST API. We found out that Access Tokens from the user settings in the web interface cannot be used now, and JWT tokens are used to access data through the API, which need to be obtained from localStorage in the browser and which have an expiration date. This is not very convenient, because it is planned to load models during the continuous integration process in Gitlab and the script will run for a long time.
Can you tell me how soon it will be possible to use access tokens for applications interacting via the API with Ignition Fuel Server?