wake ahead

why waking ahead is benefitial for productivity

[]

ft: simple authentication

intro

This is, perhaps unsurprisingly, another article on ft. Maybe, it will be the last one since the project is wrapping up quite nicely and the original roadmap has been pretty much fulfilled.

In this article, I’ll go over the simple authentication method on ft and the reasoning behind such an authentication system.

authentication systems cause ruin

In my opinion, a lot of the attack vectors happen at the authentication level. Perhaps, the developer forgot to sanitize the password field and whoops, you have an SQL injection attack. Maybe, you have HttpOnly set to false and attacker had access to your javascript files, and collected your authentication cookies.

[]