Skip to content

Implement JWT authentication and enhance recipe service observability - #1

Merged
DannielEU merged 3 commits into
mainfrom
develop
Aug 7, 2026
Merged

Implement JWT authentication and enhance recipe service observability#1
DannielEU merged 3 commits into
mainfrom
develop

Conversation

@DannielEU

Copy link
Copy Markdown
Contributor

No description provided.

- Added AuthController for handling login and JWT issuance.
- Created JwtAuthFilter to validate JWT tokens in requests.
- Developed JwtService for generating and validating JWTs.
- Introduced LoginRequest and LoginResponse classes for request and response handling.
- Configured Spring Security to manage authentication and authorization.
- Implemented caching mechanism for recipe retrieval and counting.
- Added observability features including request logging and health checks for the recipe database.
- Created tests for JWT service, request logging filter, health indicator, and recipe service caching.
@DannielEU
DannielEU merged commit fb43a8f into main Aug 7, 2026
2 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant