application-services/examples
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
..
autofill-utils Updating the fxa-client example 2024-04-04 15:32:33 +00:00
cli-support Updating the fxa-client example 2024-04-04 15:32:33 +00:00
fxa-client Updating the fxa-client example 2024-04-04 15:32:33 +00:00
places-autocomplete Update some crates to avoid cargo audit errors 2024-03-06 16:02:17 +00:00
places-utils Updating the fxa-client example 2024-04-04 15:32:33 +00:00
push-livetest Adds back boolean for unsubscribe 2023-05-31 15:39:52 +00:00
sync-pass Updating the fxa-client example 2024-04-04 15:32:33 +00:00
tabs-sync Updating the fxa-client example 2024-04-04 15:32:33 +00:00