-
Notifications
You must be signed in to change notification settings - Fork 52
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
Comments
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 |
Ah, that is rather unsafe. |
thanks. this is the best receipt generator, i use it every day https://spotifyreceiptify.com/ |
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!
The text was updated successfully, but these errors were encountered: