I am just getting started with a little bit of Kto...
# ktor
t
I am just getting started with a little bit of Ktor and was experimenting with authentication via JWT. I ended up with this line of code and IntelliJ type inference is saying it is a platform type, does anyone know why as the documentation says that it uses the Not Null annotation. The simple line:
private val algorithm = Algorithm.HMAC256(secret)