tennitech / juke

Juke, an open-source music player, breathes new life into your music with a retro-inspired interface.
MIT License
2 stars 0 forks source link

Removed Redundant Files in Server + Delete File That Annoys Me #27

Closed ImTrevorMartin closed 3 weeks ago

ImTrevorMartin commented 3 weeks ago

In src\auth-server\ there exists two files: spotifyAuth.js and spotifyRefresh.js. They are no longer necessary and when I search for scope (for issue #25) they show up and that annoys me. Unless others disagree, I want them gone.

In addition, a certain (very important) developer on the team uses an inferior alternative operating system (MacOS). As a result, a .DS_Store file has been committed to the repository and I don't want Apple filth cluttering this nice, clean repository. 😁

In summary, delete the following files that annoy me:

tennitech commented 3 weeks ago

Ready to go. But remember, Steve is watching 👀.

Luxque commented 3 weeks ago

Those two codes you mentioned were my attempts to implement authentication with PKCE on this application. Since your new implementation on authentication functions just fine, you may delete them. Just make sure that those two files are not dependent on others in your branch and the development branch.