Hacker News new | ask | show | jobs
by janstenpickle 4517 days ago
Also sorry for being "that guy" but I have to point out that SSL is not used anywhere in the app, including the credit card entry in the billing section.

Nice work though! :)

1 comments

Thanks for your compliments and no worries you can be that guy today :P

Regarding the payments side of things I am using the client side stripe library. Basically what happens when you input card details and hit submit a secure async push is made to stripe's servers where the card details are stored a call back is made with a token to your browse and ONLY that token is sent to my server.

While having SSL would be nice and make the clients feel more comfortable rest assured the payments side of things is still secure

SSL WILL BE ADDED :) Probably over next weekend my next personal 'sprint'