I have 3 use cases for a simple web app.
1)have people create accounts
2)login and change settings
3)as well as have people (without accounts) come and verify data.
Because of what I'm doing I'd like to integrate with an existing captcha system (a-la recaptcha).
Being lazy, I'd like to write the least amount of code, what webframework would you guys use?
[+] [-] mdipierro|17 years ago|reply
[+] [-] thomasswift|17 years ago|reply
RESTFUL authentication - http://railscasts.com/episodes/67 recaptcha - http://agilewebdevelopment.com/plugins/recaptcha
but you might have to modify it a little bit to allow non-account holders to modify data, sort of unconventional?
[+] [-] noodle|17 years ago|reply
what languages would those be?
[+] [-] crazyirish|17 years ago|reply
[+] [-] tolas|17 years ago|reply