Hi, I am new to Kotlin, working with Kotlinx in th...
# ktor
q
Hi, I am new to Kotlin, working with Kotlinx in the frontend, Rails in the backend. I am trying to sign in to my backend server and get an authentication token. The browser shows that the response has an Authentication Bearer code, but I can't figure out how to access it using Ktor and what to do next. The documentation for Authentication on the client side only shows OAuth, and I have tried repeatedly and failed to adapt it. Can someone please guide me? My code is above