Nokse22 / high-tide

Native TIDAL client for Linux
GNU General Public License v3.0
48 stars 6 forks source link

[Feature] PKCE authentication #5

Closed GioF71 closed 3 days ago

GioF71 commented 7 months ago

Hello, would it be possible to implement the pkce authentication, so that we can have access to hi-res playback up to 24bit/192kHz? That would be complementary to my previous issue #4.

Thank you

Nokse22 commented 7 months ago

Regarding pkce authentication I think python-tidal supports it and I could try to add it, if someone wants to contribute they are welcome.

GioF71 commented 7 months ago

Hello, I have implemented it in my tidal plugin for upmpdcli so maybe I can help you. I will have a look at the code. Thank you!

GioF71 commented 3 days ago

Hello, this is not needed anymore. Even in the tidal plugin for upmpdcli, I dropped this kind of authentication as we can access HI_RES_LOSSLESS using the "normal" oauth authentication flow.