Hello, world!
🚀 New Architecture Features:
- ✅ Server-Side Login/Logout: Authentication pages always run on Blazor Server
- ✅ No HttpClient Dependencies: Authentication works without HTTP API calls
- ✅ HttpOnly Cookies: Secure cookie handling with all security attributes
- ✅ Hybrid Rendering: Authentication info available in both server and WebAssembly modes
- ✅ SameSite=Lax & 14-minute expiration: Full security compliance
This is your new Blazor app with optimized cookie-based authentication featuring:
- Server-side authentication pages with InteractiveServer render mode
- Direct cookie manipulation (no HTTP API dependencies)
- Secure HttpOnly cookies with all required attributes
- WebAssembly compatibility through server-side prerendering
- User information (email, username, first name, last name, refresh token)