Security
-
There are two Kingdom on the Authentication continents, Session and JWT. The war between them never stop, but what's the difference between them and which one to use? Should I use JWT because it is so cooool? I'll share my idea in this article
-
Register and verification workflow
Try to implement a register workflow for my Spring Boot application
Authentication and Register is a key point of cyber security and a modern application. Although many web company provides authentication services (e.g. Firebase, Auth0), I want to implement a self-managed authentication system, for study (and resume). In this article, I will try to design a register workflow, including email verification.