Skip to content

Squarerootofpi/user-authentication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Authentication

There are many ways to provide authentication for users in your application. Often, sites require a username and password, but others allow you to login with another account, such as Facebook or Google. Sometimes websites include two-factor authentication, such as with an extra application like Duo or a physical device like a YubiKey.

There is also a lot of bad advice on the web about authentication. Getting authentication right is hard and many people make mistakes.

This tutorial will cover a few of the basics so that you have a solid foundation for authenticating users in a web application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.8%
  • CSS 29.4%
  • HTML 16.8%