adamint / spotify-web-api-kotlin

Spotify Web API wrapper for Kotlin, Java, JS, and Native - Targets JVM, Android, JS (browser), Native (Desktop), and Apple tvOS/iOS. Includes a Spotify Web Playback SDK wrapper for Kotlin/JS, and a spotify-auth wrapper for Kotlin/Android.
https://adamint.github.io/spotify-web-api-kotlin-docs/
MIT License
194 stars 21 forks source link

Cookie Based Auth #329

Open Shabinder opened 10 months ago

Shabinder commented 10 months ago

Request Info:

Library should also support cookie based auth to get a token with more access:

for ex: using kind of below in test environment, in custom application using at home.

image
adamint commented 10 months ago

@Shabinder is this an officially supported use case? Are you able to link me to some documentation

Shabinder commented 10 months ago

@adamint this isn't an officially supported use case, but helps in hobby apps + test/local env. Few apps/libs employ this usecase, for ex:

adamint commented 9 months ago

Thank you for the additional information @Shabinder, this improvement will be done soon!

Shabinder commented 9 months ago

great, will be awaiting this ⚡