android-sdk icon indicating copy to clipboard operation
android-sdk copied to clipboard

Logout , Let another user Log in

Open themafia1234 opened this issue 5 years ago • 1 comments

Thanks for your interest in the Spotify App Remote SDK! If you're submitting a bug, please use the following template. If your issue is a feature request, please include your use-case so that we have all the necessary info.

Issue found on DATE.

SDK Version: 29

OS Version: Android 10.0

Scope(s): {"streaming","playlist-read-private","user-library-read","user-read-email","user-read-private","user-top-read"}

Steps to reproduce:

  1. AuthorizationClient.clearCookies(context);
  2. Press login button to go through login again.
  3. login process code contains: builder.setShowDialog(true);

Expected behaviour: Let me enter another user's credentials since I signed out.

Actual behaviour: When I try to go through authorization process, doesn't let me put another persons credentials - doesn't even show option for 'not you' - it just approves a new token.

themafia1234 avatar Jul 01 '20 21:07 themafia1234

logout of the spotify app.

rohit-ganapathy avatar Jul 09 '20 14:07 rohit-ganapathy