I would like to create a Windows Forms client where users write Username and Password and gets authenticated with my website. Users that should authenticate on client should have already an account on my website.
How can i do that? Where should i start? Can't find any guide about that.