mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-07 03:56:42 +01:00
fix(auth): use redirect flow
The interactive flow requires to paste a code back into the command-line, which does only work when it's cat'ed, but not if it is pasted. This should let it handle everything internally, which is way more user-friendly.
This commit is contained in:
@@ -22,7 +22,7 @@ make:
|
||||
- source: main.rs
|
||||
output_dir: src
|
||||
cargo:
|
||||
build_version: "0.3.5"
|
||||
build_version: "0.3.6"
|
||||
keywords: [cli]
|
||||
is_executable: YES
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user