An intro to authentication.
Logging in is often the first feature built by new developers and new projects. The process of identifying users is called "authentication". Your applications might even require more than one way to authenticate! This post walks you through the most popular types of authentication and their common use cases. Authentication…