1 min read
Two factor authentication (2FA) strengthens access security by requiring two methods (also referred to as factors) to verify your identity. Two factor authentication protects against phishing, social engineering and password brute force attacks and secures your logins from attackers exploiting weak or stolen credentials.
In this tutorial, we are going to learn how to add two factor authentication to our Laravel application. We’ll be using Google Authenticator and implementing the Time-based One-time Password (TOTP) algorithm specified in RFC 6238.
Read more: How to Add Google’s Two Factor Authentication to Laravel
Laravel is a wonderful framework, however the default settings make it difficult to use for more than one domain at the same time. A multi tenant si...
1 min read
The slides for my speech at the 2nd Laravel Nigeria meetup.
1 min read
Comments