Skip to content

StefanOverHaevgRZ/dotnet-antiforgerytoken-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to reproduce:

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

About

Repo for reproducing .NET 10 Docker antiforgery token issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published