© 2026 Hashnode
Otentikasi (authentication) adalah jantung keamanan sebuah aplikasi.Namun, membuat sistem login dari nol sering kali merepotkan: Harus mengelola hash password (bcrypt, argon2) Membuat sesi aman (cookies, JWT, CSRF) Mengatur login dengan provider O...

Introduction Authentication and authorization are crucial components of web security, ensuring that users can securely access resources within an application. Authentication is the process of verifying a user’s identity, while authorization determine...

Although authentication is one of the most common web app features, there are so many different ways to go about it, which makes it a very non-trivial task. In this post, I will share my personal experience using Lucia - a modern, framework-agnostic ...

I made an app called “Musicn”. It’s an app that allows users to discover music and share your music taste with others. Beta version of Musicn It was a pretty old project, with any major change being about 2 years ago. The most significant thing after...
