]> git.ipfire.org Git - people/ms/pakfire.git/commit
cli: Add a command to test user authentication against the API
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Jun 2025 11:48:00 +0000 (11:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 21 Jun 2025 11:48:00 +0000 (11:48 +0000)
commit3558ece3fd430d55bcb7aa719ad58530d19387eb
tree61658b3a348de7ad2ecdda00262febc4d5961993
parent9fa39d950d6740566353beafcdb112f5dffabac9
cli: Add a command to test user authentication against the API

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/cli/lib/auth.c [new file with mode: 0644]
src/cli/lib/auth.h [new file with mode: 0644]
src/cli/pakfire-client.c