Several issues with Ktor server authentication in Android
With io.ktor
ktor auth1.5.2 I get "Cannot access class 'com.google.common.util.concurrent.ListenableFuture'" when attempting to build the project and after adding implementation 'com.google.guava
guava27.0.1-android' to build.gradle it worked again, like it was suggested
here.
However, when I attempt to generate a JWT token the JWTCreator.Builder.sign() method uses Base64.encodeBase64URLSafeString() from...