[auth] Make browser-based login the default#3746
Conversation
246875c to
8ff2b1a
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3746 +/- ##
==========================================
+ Coverage 56.64% 56.99% +0.36%
==========================================
Files 906 902 -4
Lines 39041 38874 -167
Branches 8154 8127 -27
==========================================
+ Hits 22110 22154 +44
+ Misses 15454 15263 -191
+ Partials 1477 1457 -20 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I obviously can't prove this, and I could be totally wrong if some of our customers happened to be using odd workarounds for |
8ff2b1a to
b9813b6
Compare
|
Subscribed to pull request
Generated by CodeMention |
b9813b6 to
85ea594
Compare
|
✅ Thank you for adding the changelog entry! |

Why
Now that we have many third party login users (without passwords), it should be easier for them to log in through eas-cli.
How
Added
--no-browseroption to keep existing functionality intact, and made the --browser option the default.This is a potentially breaking change (although I suspect for very few users) so updated changelog as such.
Test Plan
Manually tested
eas login,eas login --browser,eas login --no-browser