chiark / gitweb /
Implement the login procedure, without saving.
authorSimon Tatham <anakin@pobox.com>
Wed, 3 Jan 2024 08:19:37 +0000 (08:19 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 3 Jan 2024 10:16:57 +0000 (10:16 +0000)
commit82ce110e3e13b04399483e60c596486a654bcb7d
tree894d87a688882cc5a30f65b05d7aaafe3fb54f6a
parent950f31903637fb59774d96b86c1acd32cc525fae
Implement the login procedure, without saving.

Currently, the JSON-serialised AuthConfig is written to stdout, just
to prove during development that it works. Next step is to save it to
where it ought to live.
src/client.rs
src/lib.rs
src/login.rs [new file with mode: 0644]
src/main.rs
src/types.rs