application-services/examples/cli-support
Ben Dean-Kawamura 6c6951cdfe Updating the fxa-client example
Added flags to:
  - Request the session scope.
  - Control how log messages get printed to the console.

Updated the code to re-authenticated using the existing data rather than
throwing it away and starting from scratch.

These changes make it possible to repro
https://bugzilla.mozilla.org/show_bug.cgi?id=1887071

- run `cargo run -- --log -d devices` with fresh credentials.
  - Any command should do, but I used `devices`
  - The client should ask you to login and paste your credentials
  - You should see the device list printed out
- In a browser session, change your FxA password
- run `cargo run -- --log -d devices` again
  - The client should tell you there was an auth-problem and ask you to
    reauthenticate.
  - After you paste the reauthentication URL you should see an error
    printed out
2024-04-04 15:32:33 +00:00
..
src Updating the fxa-client example 2024-04-04 15:32:33 +00:00
Cargo.toml Update a number of crate package versions. 2024-02-06 15:43:45 +00:00