-
Notifications
You must be signed in to change notification settings - Fork 29
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
[Question] Authentication flow #176
Comments
Yes, I believe that should work as well but I have yet to test it. |
What's the point not using pkce? |
AFAIK currently you cannot get new authentication tokens, at least not with the known workflow. I personally get an error when I try that. |
and also it would be better if we can avoid the complexity of the process. The regular flow is simpler |
Can you elaborate the error? PKCE still works when using python-tidal directly. |
with your existing token, yes, it also works for me. But have you tried to get a new one? Here's when the error happens for me. |
Just tried (using the pkce_example in python-tidal) creating a new token. It still appears to work as expected. Are you trying to authenticate through mopidy-tidal? |
Alright, in fact today it works again. yesterday I was getting an error exactly when I had to enter the username on the form. Ok, so this problem is apparently not here anymore. |
Hello, with referent to this issue, can we use the regular oauth2 auth flow and get HI_RES_LOSSLESS quality on mopidy-tidal as well?
The text was updated successfully, but these errors were encountered: