Is there some more modern and Kotlin-oriented libr...
# android
l
Is there some more modern and Kotlin-oriented library for OAuth than AppAuth-Android?
a
It’s not terribly hard to build your own. Plaid has a write up how they do it
I based my impl on theirs
But I also hooked into account manager
That and Ktor for your oauth requests 🙂
l
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!