supabase / cli

Supabase CLI. Manage postgres migrations, run Supabase locally, deploy edge functions. Postgres backups. Generating types from your database schema.
https://supabase.com/docs/reference/cli/about
MIT License
1.09k stars 212 forks source link

feat: login via browser with device code #2843

Closed sweatybridge closed 3 weeks ago

sweatybridge commented 3 weeks ago

What kind of change does this PR introduce?

feature

What is the new behavior?

Replace long polling with verification code for browser login.

Additional context

Add any other context or screenshots.

coveralls commented 3 weeks ago

Pull Request Test Coverage Report for Build 11716270313

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/login/login.go 19 29 65.52%
<!-- Total: 19 29 65.52% -->
Files with Coverage Reduction New Missed Lines %
internal/login/login.go 1 30.43%
internal/storage/rm/rm.go 2 89.53%
internal/gen/keys/keys.go 5 12.9%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 11714214704: -0.03%
Covered Lines: 6378
Relevant Lines: 10666

💛 - Coveralls