pending.nvim/lua/pending/sync
Barrett Ruth fec03b3dcd
fix(sync): include backend name in bundled-creds auth recommendation (#124)
Problem: `with_token()` recommended the generic `:Pending auth` when
credentials were missing, even though the backend was already known.

Solution: append the backend name so the message reads e.g.
`:Pending auth gtasks` instead of `:Pending auth`.
2026-03-10 11:43:51 -04:00
..
gcal.lua fix(sync): add backend name prefix to all OAuth log messages (#122) 2026-03-10 11:26:16 -04:00
gtasks.lua fix(sync): add backend name prefix to all OAuth log messages (#122) 2026-03-10 11:26:16 -04:00
oauth.lua fix(sync): include backend name in bundled-creds auth recommendation (#124) 2026-03-10 11:43:51 -04:00
s3.lua fix(sync): auto-trigger auth flow on unauthenticated sync actions (#120) (#123) 2026-03-10 11:37:16 -04:00
util.lua feat(sync): s3 backend (#112) 2026-03-08 20:20:16 -04:00