From 8525fc2adb20235118f2580701e3f6d79487b0aa Mon Sep 17 00:00:00 2001 From: dev-12 Date: Fri, 7 Nov 2025 14:14:04 +0530 Subject: [PATCH] add auth token uses doc --- docs/AuthTokenUses.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/AuthTokenUses.md diff --git a/docs/AuthTokenUses.md b/docs/AuthTokenUses.md new file mode 100644 index 000000000..c21289317 --- /dev/null +++ b/docs/AuthTokenUses.md @@ -0,0 +1,10 @@ +# auth token uses within app lounge. + +While most functionality has migrated to web API–based implementations, several components still +depend on an authentication token. These include: + +- APK downloads +- Retrieving app download sizes +- The purchase helper +- The content rating helper +- App details page (soon to be replaced) -- GitLab