Create a Secure Ktor Application with Kotlin

Create a Secure Ktor Application with Kotlin

Learn how to build a secure blogging service application with Ktor and Kotlin.

John Paul Carter

Thanks for this - I’m a programming newbie and have been exploring Kotlin and Ktor. Have managed to build a server which will (hopefully) manage the backend for a Flutter client. So far so good, but now have to think about authentication. It looks as if this tutorial is just what is needed, so much appreciated.