]> git.ipfire.org Git - pakfire.git/commit
client: Store the access token, too
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Jun 2025 07:59:51 +0000 (07:59 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 Jun 2025 07:59:51 +0000 (07:59 +0000)
commit50e65fa96f2454f5347f6b46afb730d9036dfad8
tree32fb7a8d850ef8106fa5d2b6c78433a579037ce3
parent6713740f7da69f5c07ce30fc94ad53b3c4337821
client: Store the access token, too

Initially I thought this would be nonsense because the tokens would be
very short-lived. However, one API request usually does not come alone
and so we would save ourselves a couple of roundtrips with storing the
access token, too.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/client.c