A simple JWT authentication API built with Scala, Akka HTTP, and Spray JSON.
- User Registration (Stores username & password)
- User Login (Generates JWT token)
- Protected Routes (Access secured endpoints using JWT)
- User Profile (Fetch user details securely)
- Clone the repository:
git clone https://github.com/your-repo/AuthAPI.git cd AuthAPI