Authentication is an integral part of any public-facing application. It is used to verify if the user on a platform is who they say they are. This way, they get access to several user-specific…
A month or two ago, I wrote an article called How to Get Started with GitHub and Git [FoolProof]. If you have no experience with Git or GitHub, I strongly recommend you read it. By the end of that…
We all know how traditional web authentication works. By web authentication, we understand token-based authentication. Let’s refresh our memory. To understand token-based authentication, we need…
Last week I finally switched my laptop to Linux (I choose Pop!_OS and I’m very happy with it). After installing all the tools and software I needed for my day to day work I found a repository that…