chiark / gitweb /
Refactor login so that Client does it all.
authorSimon Tatham <anakin@pobox.com>
Wed, 17 Jan 2024 13:08:48 +0000 (13:08 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 19 Jan 2024 08:20:13 +0000 (08:20 +0000)
commitcf8c944d42d726bdc3e9a0648289d41207deda31
treee7af3ee13d2cdd9eeff0a220f4f22ba93fb6b7d2
parent7cb4bbb606ee65b89bce77bea7d5cfba60f75864
Refactor login so that Client does it all.

This sets up to allow login to happen within a Tui context, and also,
transfer seamlessly into a logged-in session once you've finished it.
src/auth.rs
src/client.rs
src/login.rs
src/tui.rs