AppAPI Benchmarks
In the current implementation, applications written and using the AppAPI so far in most cases will be authenticated at the beginning of each action.
It is important to note that the AppAPI authentication type is currently the fastest among available options. Compared to traditional username/password authentication and app password authentication, both of which are considerably slower, the AppAPI provides a significant advantage in terms of speed.
In summary, the AppAPI authentication offers fast and robust access to user data.
Overall, the AppAPI authentication proves to be a reliable and effective method for application authentication.
Detailed Benchmark Results
Tests on MacOS (M2 CPU) are run when NC is in Docker and nc_py_api is in the host.
Tests are run with session cache enabled and disabled to see the difference in authentication speed.
nc-py-api version = 0.2.0