<Several issues with Ktor server authentication in...
# stackoverflow
u
Several issues with Ktor server authentication in Android With io.ktorktor 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.guavaguava27.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...