# Cookie-Token based Authentication (Client-To-Server)
4 min read
Authentication is one of the hardest thing to do. Even when almost every application that you need to implement nowadays (Client-To-Server), needs an authentication system. Today, I’m going to debunk…