Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 931 Bytes

File metadata and controls

32 lines (20 loc) · 931 Bytes

🔐 Secure Notes Application (In Progress)

Hi! 👋
This is a backend-focused Secure Notes application built with Spring Boot and Spring Security.

The project is currently in progress and focuses on understanding how authentication works in real-world backend systems using Basic Authentication.


🎯 Current Focus

  • Implementing Basic Authentication
  • Securing REST APIs with Spring Security
  • Writing clean and structured security configuration
  • Understanding authentication flow step by step

🛠 Tech Stack

  • Java
  • Spring Boot
  • Spring Security
  • REST APIs

📌 Purpose of This Project

This project is part of my learning journey to build secure backend applications.
It helps me strengthen my understanding of authentication, API security, and backend best practices, and will later be extended with JWT and role-based access control.