mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #96] Automaticy Fill In Redirect Code for New Users #55
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ironhaven on GitHub (Oct 22, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/96
When you first open the program you need to authorize Spotify-tui in your webbrower and copy the redirect URL into the terminal. Because we already have a mock http server that sends a friendly html page it should be easy to retrieve the used callback URL.
Some cursory examination shows that the redirect and terminal input is handed in the rspotify crate.
Steps
@Rigellute commented on GitHub (Oct 22, 2019):
Yes this could be nice improvement!
@jfaltis commented on GitHub (Oct 22, 2019):
I am not that experienced with Rust but I will take a look at it.