OAuth authentication server for ndl (needle)
This server handles OAuth authentication for ndl, a minimal TUI client for Threads.
It keeps your Threads API credentials secure by handling the OAuth flow server-side.
Need access? Reach out to @pgray_photo on Threads for dev app access invites.
Quick install (macOS/Linux):
curl -fsSL https://raw.githubusercontent.com/pgray/ndl/main/install.sh | shOr install to a custom directory:
curl -fsSL https://raw.githubusercontent.com/pgray/ndl/main/install.sh | INSTALL_DIR=~/.local/bin shOr install with cargo:
cargo install ndlOr build from source:
git clone https://github.com/pgray/ndl
cd ndl
cargo install --path ndlThen login:
ndl loginWe don't track, collect, or store any personal information. Access tokens are returned directly to your client and never stored server-side. Read our privacy policy.