DeutschLernen/GermanApp/Application/DTOs/Auth
Lasse Rune Hansen 33ed27abd8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix(backend): resolve admin redirect, null reference, and Docker build issues
- Added Role to AuthResponse DTO and all auth endpoints
- Fixed null config handling in MistralConnector, TtsService, VoskService, MistralService
- Fixed BaseAddress setup in MistralConnector to work without API key
- Reverted seed data to use hardcoded bcrypt hashes (compatible with PasswordHasher)
- Added integration tests for StoryController
- Added unit tests for MistralConnector
- Updated frontend AuthResponse type to include role

Fixes admin redirect to /, story generation null reference, and Docker build failures.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-16 17:35:50 +02:00
..
AuthResponse.cs fix(backend): resolve admin redirect, null reference, and Docker build issues 2026-06-16 17:35:50 +02:00
LoginDto.cs feat(backend/auth): implement User Authentication feature 2026-06-05 13:27:43 +02:00
RefreshTokenResponse.cs feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
RegisterDto.cs feat(backend/auth): implement User Authentication feature 2026-06-05 13:27:43 +02:00