Monthly Archives: April 2018

What is safe for url could be unsafe from security standpoint

Google Datastore comes with a way to encode the key of the entity that is URL safe. This may sound strange at first that a database key api should care about URLs. Since the datastore supports nested data model where … Continue reading

Posted in Uncategorized | Leave a comment

Supporting 3D Secure Card Payments With Stripe Checkout

I have been experimenting on building a self-service app that accepts transaction based payments. I was looking into Paypal and Stripe and at the moment started off with Stripe. Stripe has a simple checkout that launches their own popup, accepts … Continue reading

Posted in Uncategorized | 1 Comment