I ran across this page on HTTP Authentication with HTML Forms
Does Dojo abstract HTTP auth at all? How would you use Dojo to implement this sort of thing?
-Arlo
I ran across this page on HTTP Authentication with HTML Forms
Does Dojo abstract HTTP auth at all? How would you use Dojo to implement this sort of thing?
-Arlo
Follow-up
If I were to use Dojox crypto to create a hash of my password, send the hash, and check against password hashes server side, would this be just as good, if not better security than HTTP auth?
EDIT:
This may have been a stupid idea. In this situation your hash effectively is a password. If someone intercepted your password hash, they could just submit it just like your client.
I've been looking at this
I've been looking at this article:
HTTP Authentication Schemes
They go on to talk about the solution: Digest Access Authentication
So anyway, what's the best way to authenticate with a Dojo application. In particular:
alternative challenge-response based approach
another approach with increased security for the initial password transfer:
http://pajhome.org.uk/crypt/md5/auth.html (scroll down to Alternative System)
regards
--
Roberto Saccon
http://rsaccon.com