Have you ever had to test your application sending an email? Did you send it to your personal email account, or did you make a throw-a-away google account? Did you have to keep pressing F5 in your inbox to wait for it to arrive? Testing SMTP emails is extremely important during web development. The ability [...]
Two factor authentication for Laravel
Depending upon your web application, and the sensitively of your users data, you might want to consider adding 2-factor authentication to your website. Best of all – if you use Google 2-factor authentication it is totally free. There are a number of ways to do 2-factor authentication, but the main two options for web developers [...]
Why your website should have three passwords
One of the main goals of web developers is to make your application easy to use. The easier an application is for users, the more they will use it and accept it. If you are making a SaaS, then this is critical to more sales and reduced churn. If your application is for an internal [...]