Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsafe Spotify access token and refresh token storage #21

Open
sidsurakanti opened this issue Mar 3, 2024 · 4 comments
Open

Unsafe Spotify access token and refresh token storage #21

sidsurakanti opened this issue Mar 3, 2024 · 4 comments

Comments

@sidsurakanti
Copy link

Storing the Spotify access and refresh token is really unsafe. It should be safer to store it on cookies using a JWT or something of that sort. It's a really easy fix too. I can work on this if needed!

@mpfaff
Copy link

mpfaff commented Jul 25, 2024

Storing the Spotify access and refresh token is really unsafe. It should be safer to store it on cookies using a JWT or something of that sort.

You say that storing the tokens is unsafe. Then you propose another way to store "it". Are you suggesting to store something else, or are you arguing that a particular way of storing the tokens is unsafe?

@sidsurakanti
Copy link
Author

You say that storing the tokens is unsafe. Then you propose another way to store "it". Are you suggesting to store something else, or are you arguing that a particular way of storing the tokens is unsafe?

sorry, i meant to say that storing the tokens in the URL is an unsafe way to go about Spotify Oauth

@mpfaff
Copy link

mpfaff commented Jul 25, 2024

Ah, that is rather unsafe.

@receiptify1
Copy link

receiptify1 commented Aug 7, 2024

thanks. this is the best receipt generator, i use it every day https://spotifyreceiptify.com/
3iu17e66wgfa1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants