dots icon indicating copy to clipboard operation
dots copied to clipboard

Implement local server to handle OAuth callbacks for Spotify CLI

Open drn opened this issue 4 years ago • 0 comments

See how official Github CLI handles this:

Screen Shot 2020-05-14 at 7 32 06 PM

http://127.0.0.1:62792/callback?browser_session_id=9725a29bd99eff9822916673b39775c7d4c4bead&code=114d1a7ebd29b36afc93&state=6e24da083862f90a58b1

https://github.com/cli/cli/blob/d9083200504ddbe8ffe590ef227890423b6668ee/auth/oauth.go#L40

drn avatar May 15 '20 02:05 drn