Hey I'm looking implement OAuth where user will be...
# multiplatform
s
Hey I'm looking implement OAuth where user will be navigating to Web for authentication and we will receive
access_token
. How can do this in Compose Multiplatform project for Android, iOS, Desktop and web version ? Any supportive doc or guide reference will be appreciated ...
e
I just did this so I can help. I found no cross-platform library so I rolled my own. This guide and this playground helped.
👀 1
s
@Emre thanks for the resources, will look for it