MachUpskillingFY17 / JabbR-Core

Modern edition of JabbR chat client using .NET Core
MIT License
7 stars 8 forks source link

Fix token validation in account/register #291

Open adamtuliper opened 7 years ago

adamtuliper commented 7 years ago

Form post is failing for token validation. Cookie is coming across but there seems to be a difference between form value and token. Find code below, uncomment and figure out failure :) //TODO - causing validation failure - added issue to fix //[ValidateAntiForgeryToken]