I have a website where I currently use ASP.NET's built in Authentication, profile and role management. I would like to move some functionality (including authentication) to the client side using a third party javascript library like JQuery or Mootools without the use of ScriptManager and generated proxy classes.
There is very limited information on this topic but I managed to find this article which creates a WCF authentication end point to use with a SilverLight application. I can't find any information on how to use a WCF authentication end point with a third party javascript library and JSON.
If you have any links or information, please let me know.
Thanks