I have a web site that uses Asp.net forms authentication to login. I need to enable users to login and interact with the site via gadgets using the same authetnication/authorization schema I use on the site.
I could not find any good information regarding asp.net authentication and google gadgets.
How can I make the gadgets login using the forms authentication and then have the gadget remember them so they don't have to login every time?