Steps to reproduce:
- Prepare SQL server (either by the docker-compose.yml or manually).
- Create Docker network sqlserver for the container and the SQL server.
- Start SQL Server in a separate Docker container called sqlserver (or adjust connection string), attached to the sqlserver network.
- Start the app with Container (.NET SDK) profile.
- Register a new account and confirm the registration.
- Go to login page and login with the new account.
- Inspect logout button --> No antiforgery token rendered.