Join Slack
Powered by
Is there some more modern and Kotlin-oriented libr...
# android
l
Lukasz Kalnik
08/22/2022, 1:58 PM
Is there some more modern and Kotlin-oriented library for OAuth than
AppAuth-Android
?
a
andrew
08/22/2022, 3:12 PM
It’s not terribly hard to build your own. Plaid has a write up how they do it
andrew
08/22/2022, 3:13 PM
I based my impl on theirs
andrew
08/22/2022, 3:13 PM
But I also hooked into account manager
andrew
08/22/2022, 3:14 PM
https://plaid.com/blog/securing-webviews-with-chrome-custom-tabs/
andrew
08/22/2022, 3:14 PM
That and Ktor for your oauth requests 🙂
l
Lukasz Kalnik
08/22/2022, 3:20 PM
Yes, we have our own implementation as well, but I was wondering if there was something more mature and modern which I can at least reference in case of doubt. Thanks for the link!
11
Views
Open in Slack
Previous
Next