Tags→#backend
Implementing user authentication in a Ktor backend
How I implemented user authentication for my service without third-party tools
Managing environment variables in Kotlin with ease and type safety
Environment variables are always needed when developing some sort of api. This is why I built my own small script to manage and retrieve…