DeutschLernen/GermanApp/Presentation
Lasse Rune Hansen de85cdec7c fix(backend/api): Remove [Authorize] from StoryController GET endpoints
- Removed class-level [Authorize] from StoryController
- Admin endpoints already have [Authorize(Roles = "Admin")]
- GET endpoints are now publicly accessible for development/testing
- Updated frontend API client to handle unauthenticated requests

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-14 07:41:50 +02:00
..
Controllers fix(backend/api): Remove [Authorize] from StoryController GET endpoints 2026-06-14 07:41:50 +02:00
Endpoints fix(backend): update Lesson entity and related code to use LevelId foreign key 2026-06-07 21:25:46 +02:00
Validators feat(backend/validation): add FluentValidation for DTOs and update controllers 2026-06-09 17:35:14 +02:00