How I Implemented Authentication in a Rust CLI Application 🥳
· 5 min read
Moonenv is my CLI application for managing environment variables, which I discussed more about in this article. This solution had been running for a few months, and I was able to validate my idea, but a crucial part was still missing: authentication!!!
So, for a few weeks, I entered a research and development phase using GoLang and Rust, which I will discuss in this article.