microservices-demo/src/frontend
Chris Proto f276995585 Follow OWASP best practices on CC presentation on checkout form (#207)
* Follow OWASP best practices on CC presentation on checkout form

See OWASP recommendations here:
<https://www.owasp.org/index.php/Handling_E-Commerce_Payments#Displaying_portions_of_the_credit_card>

* Use `input type=password`
* Set `autocomplete="off"`

* Change credit_card_number input type back to "text"
2019-04-30 09:46:50 -07:00
..
genproto pb: add "categories" field to Product (#60) 2018-10-01 21:33:25 -07:00
money go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
static/img/products frontend/static: fix product image aspect ratios 2018-07-15 16:30:18 -07:00
templates Follow OWASP best practices on CC presentation on checkout form (#207) 2019-04-30 09:46:50 -07:00
.dockerignore frontend: add vendor/ to dockerignore 2018-08-27 13:29:16 -07:00
.gitkeep Add src dirs 2018-06-13 14:26:55 -07:00
Dockerfile Update docker images for go to 1.12 (#203) 2019-04-01 10:50:44 -07:00
genproto.sh Add LICENSE headers to source files 2018-07-25 09:54:28 -07:00
Gopkg.lock Add jaeger support for frontend. (#113) 2019-01-08 11:08:20 -08:00
Gopkg.toml adservice: find relevant ads by category (#61) 2018-10-01 22:44:56 -07:00
handlers.go adservice: find relevant ads by category (#61) 2018-10-01 22:44:56 -07:00
main.go fix typo in Stackdriver init method name. (#130) 2019-01-22 10:37:03 -08:00
middleware.go Add more license headers 2018-07-25 21:25:27 -07:00
README.md go: use dep in builds, remove relative imports 2018-08-04 11:21:03 -07:00
rpc.go adservice: find relevant ads by category (#61) 2018-10-01 22:44:56 -07:00

frontend

Run the following command to restore dependencies to vendor/ directory:

dep ensure --vendor-only