I want to be able to authenticate a user logging into a service so that others can't get into his stuff. However, I also want to be able to have that same user be able to log into a webpage to view the same information.
The problem is that I ultimately come back to the same solution, which happens to be (as far as I can see) virtually impossible in TorqueScript - implement RSA or SSL into TorqueScript.
Does anyone have a method of authentication that will work for people logging in both from inside Blockland and from a webpage?
Or do I have to resort to hacky badness to get things working the way that I want?