tamland / python-tidal

Python API for TIDAL music streaming service
GNU Lesser General Public License v3.0
413 stars 110 forks source link

Store PKCE session state to json #225

Closed tehkillerbee closed 9 months ago

tehkillerbee commented 9 months ago

Implement session state load/save to json, similar to what we have been doing with OAuth

tehkillerbee commented 9 months ago

Fixed in #228