5 ms·
Show HN: I made a tool that adds two-step verification to websites or apps
Hello!
I just made my first web app with Sinatra. It is a REST API that helps people add two-step verification to their websites or apps. I am a complete noob in web development so please criticize me and let me know how shitty this whole thing is. :)
http://two-step.herokuapp.com/
- arkokoley 13y agoThis looks good! Will be helpful! Thanks, great job!
- yansuck 13y agoThank you :)
- jbrooksuk 13y agoWhen you use the sign up form, why do you use a GET? This should be a POST.
- h-go 13y agoThanks! This is awesome!
- yansuck 13y agoThanks! Did you find anything unpleasant? Anything that I could work on?
- h-go 13y agoIt would be nice if the email could be modified, but that's just a small thing. Or a custom message. What language did you use, if you don't mind my asking?
- yansuck 13y agoI am sorry but what do you mean by modified email? I used sinatra(http://www.sinatrarb.com/ http://www.sinatrarb.com/) to build the web service and ruby for back-end. It is hosted on heroku. :)
- dham 13y agoJust a heads up, you're still using Webrick. Looks good though! https://devcenter.heroku.com/articles/getting-started-with-ruby#declare-process-types-with-procfile https://devcenter.heroku.com/articles/getting-started-with-r...
- yansuck 13y agoI am sorry I am pretty new to rails. What's bad about using Webrick? I thought it is the default.