#1732 add CLI auth options. Add to the CLI these features which are already available in the GUI: importing from @mkb79 's audible-cli , and the external browser login (aka: alternative login). Caveat: 2nd feature doesn't work for Brazil (gui or cli)

This commit is contained in:
rmcrackan
2026-04-18 15:29:57 -04:00
parent f2ef616203
commit 6d326ebabc
10 changed files with 328 additions and 23 deletions

View File

@@ -35,7 +35,7 @@ nix-shell
This will drop you into the shell environment defined in `shell.nix`. Note that this is not flake-native method and does not use the locked nixpkgs in `flake.lock` so exact versions of the dependancies is not guaranteed.
## Whats Inside the Dev Shell?
## What's Inside the Dev Shell?
- The environment variables and packages configured in `shell.nix` will be available.
- The package set (`pkgs`) used aligns with the versions locked in `flake.lock` to ensure reproducibility.