Auth token is stored in settings and deleted if a request is not authorized (with automatic re-login). Failed request need to be resend.

This commit is contained in:
2026-05-08 14:44:40 +02:00
parent ceaf6b5fbd
commit 0feaf09d83
9 changed files with 189 additions and 6 deletions

View File

@ -7,6 +7,8 @@
static const QString apiPrefix = "/api/";
static const QString ROUTE_LOG_IN = apiPrefix + "log_in";
static const QString ROUTE_ITEMS = apiPrefix + "items";
#endif // APIROUTES_H