Feature: Provide Kotlin Multiplatform (KMP) Auth0 libraries
Description: Kotlin Multiplatform simplifies the development of cross-platform projects and reduces the time spent writing and maintaining the same code for different platforms. KMP allows the sharing of business logic between multiple platforms; iOS, Android, web, etc.
Use-case: The company I work for is an Auth0 customer and we are migrating our shared business logic to KMP, along with the networking layer (via Ktor ). We would like to integrate Auth0 in the cross-platform libraries without having to write wrappers for specific platforms.
Auth0 KMP would make this a much simpler task and would be well appreciated.