PixelogicDev / Gruvee-Mobile

#WeAreGrüvee
MIT License
48 stars 11 forks source link

[Release-1.0] Excessive Spotify permissions list #103

Closed apust closed 4 years ago

apust commented 4 years ago

What Happened

When signing up with Spotify, Grüvee asks for a lot of permissions, such as:

Problem

Those permissions are not used in current version in any way. I feel suspicious, when an app asks for more things than it should. It may be a turn off for other people as well.

adilanchian commented 4 years ago

Change these to ask for the following permissions:

        'user-library-modify',
        'user-library-read',
        'playlist-read-private',
        'playlist-read-collaborative',
        'playlist-modify-public',
        'playlist-modify-private',
        'user-read-email',
        'user-read-private'

I believe this makes a lot more sense based on what we are trying to do