https://github.com/mrizkisaputra/task-manager
Securing REST API with Basic Auth in Spring Boot Applications
https://github.com/mrizkisaputra/task-manager
basic-authentication spring-boot spring-security
Last synced: about 1 month ago
JSON representation
Securing REST API with Basic Auth in Spring Boot Applications
- Host: GitHub
- URL: https://github.com/mrizkisaputra/task-manager
- Owner: mrizkisaputra
- Created: 2025-05-10T01:48:40.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-12T16:28:14.000Z (about 1 year ago)
- Last Synced: 2025-05-25T02:27:48.056Z (about 1 year ago)
- Topics: basic-authentication, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Manager API
## Schema Database

## Features
## Tech Stack
1. Spring Framework
* Spring Boot Starter Web
* Spring Boot Starter Data Jpa
* Spring Boot Starter Validation
* Spring Boot Starter Security
2. Database
* PostgreSQL
3. Migration Tools
* Flyway
4. Utilities
* Lombok
## Deep Stack
1. Development Environments
* Java (21)
* IDEA (V2024.3.3)
* Docker Compose