JWT – Security with Simplicity
Reading time : [est_time] In today’s world , security is the prime priority. Throughout the evolution of computers, security also evolved from simple password based authentication to multi factor based authentication, from simple text encryption to two key encryption. The latest in this evolution is JWT (JSON Web Tokens), which handles secure message passing between two clients / parties. […]