aboutsummaryrefslogtreecommitdiffstats
path: root/common_docs/aquadx_how_to_get_token.md
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-05-25 01:52:54 -0700
committerPinapelz <yukais@pinapelz.com>2025-05-25 01:52:54 -0700
commitec74a84bfd680ee2b47a4bfb6c932f11772490b6 (patch)
treee5b8170aee8d66de8ae713dcde165b4689432c86 /common_docs/aquadx_how_to_get_token.md
parentbef905d2a9c159c954963541f53de69258689cb8 (diff)
aquadx: create common_docs for how to get token
Diffstat (limited to 'common_docs/aquadx_how_to_get_token.md')
-rw-r--r--common_docs/aquadx_how_to_get_token.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/common_docs/aquadx_how_to_get_token.md b/common_docs/aquadx_how_to_get_token.md
new file mode 100644
index 0000000..733cb39
--- /dev/null
+++ b/common_docs/aquadx_how_to_get_token.md
@@ -0,0 +1,23 @@
+# How to get token?
+As of now, your token doesn't change so once you've followed the steps below once you can re-use it again.
+**DO NOT SHARE THIS TOKEN WITH OTHER PEOPLE**
+
+## The easy way
+1. Go to AquaDX
+2. CTRL+SHIFT+I (Open Dev Tools Panel)
+3. Under the `Console` tab, paste the following command
+```js
+console.log(localStorage.getItem('token'));
+```
+The output will be your AquaDX token
+
+## The hard way
+1. Go to AquaDX
+2. CTRL+SHIFT+I (Open Dev Tools panel)
+3. Go to Network tab
+4. Refresh the page with the Dev Tools Panel Open
+5. Search for `/api/v2`
+6. Click on any of the requests and check the url. There will be a part of the url that starts with `token=`
+7. Copy everything after the `=` up until either the end of the URL or the next `&`
+
+**DO NOT SHARE THIS TOKEN WITH OTHER PEOPLE**
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage