From babb288c498a790d568cee2e76581d3b0f3c5bdc Mon Sep 17 00:00:00 2001 From: Mark Bennett Date: Sun, 8 Feb 2026 22:25:08 -0700 Subject: [PATCH] Update TODO.md --- TODO.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 082187a..875df82 100644 --- a/TODO.md +++ b/TODO.md @@ -13,11 +13,11 @@ This document outlines the development tasks for the Tangled CLI, based on the ` ## Authentication (Auth) -- [ ] Implement `tangled auth login` command. - - [ ] Collect user's PDS handle and app password. - - [ ] Implement session storage using an OS keychain library (e.g., `keytar`) for secure, cross-platform token management. - - [ ] Integrate `@atproto/api` for XRPC client and session management. -- [ ] Implement `tangled auth logout` command. +- [x] Implement `tangled auth login` command. + - [x] Collect user's PDS handle and app password. + - [x] Implement session storage using an OS keychain library (e.g., `keytar`) for secure, cross-platform token management. + - [x] Integrate `@atproto/api` for XRPC client and session management. +- [x] Implement `tangled auth logout` command. ## Git SSH Key Management -- 2.51.2