diff options
Diffstat (limited to 'wacca/aquadx/README.md')
| -rw-r--r-- | wacca/aquadx/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wacca/aquadx/README.md b/wacca/aquadx/README.md index 86c55e9..a56accc 100644 --- a/wacca/aquadx/README.md +++ b/wacca/aquadx/README.md @@ -18,6 +18,19 @@ WACCA. Both self-hosted and the primary AquaDX server is supported: > You only need to specify either `--file` or `--token`/`--url` # How to get token? +As of now, your token doesn't change so once you get it 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 |
