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

[Question] Authentication flow #176

Open
GioF71 opened this issue Sep 12, 2024 · 8 comments
Open

[Question] Authentication flow #176

GioF71 opened this issue Sep 12, 2024 · 8 comments

Comments

@GioF71
Copy link

GioF71 commented Sep 12, 2024

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?

@tehkillerbee
Copy link
Owner

Yes, I believe that should work as well but I have yet to test it.

@fmarzocca
Copy link

What's the point not using pkce?

@GioF71
Copy link
Author

GioF71 commented Sep 12, 2024

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.

@GioF71
Copy link
Author

GioF71 commented Sep 12, 2024

What's the point not using pkce?

and also it would be better if we can avoid the complexity of the process. The regular flow is simpler

@tehkillerbee
Copy link
Owner

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.

Can you elaborate the error? PKCE still works when using python-tidal directly.

@GioF71
Copy link
Author

GioF71 commented Sep 12, 2024

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.

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.

@tehkillerbee
Copy link
Owner

tehkillerbee commented Sep 12, 2024

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.

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?

@GioF71
Copy link
Author

GioF71 commented Sep 12, 2024

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.

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.

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