Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(887)

Unified Diff: appengine/config_service/ui/README.md

Issue 2962703003: config_service: Add authentication to the UI. (Closed)
Patch Set: Added TODO to handlers.py and confirmed versions in bower.json Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/config_service/handlers.py ('k') | appengine/config_service/ui/bower.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/ui/README.md
diff --git a/appengine/config_service/ui/README.md b/appengine/config_service/ui/README.md
index a7e1fdfc2c1e42401a1f27f045460962582aedb1..c938e6be3f3e2944827b59b92bf6cb7fa26e208b 100644
--- a/appengine/config_service/ui/README.md
+++ b/appengine/config_service/ui/README.md
@@ -31,3 +31,8 @@ $ polymer test
```
Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.
+
+## Third Party Files
+
+In order to use proper authentication, the google-signin-aware element was needed. However, this element has not been updated to Polymer 2.0, so edits were made to the current version to ensure compatibility.
+The modified google-signin-aware element can be found in the ui/common/third_party/google-signin folder.
« no previous file with comments | « appengine/config_service/handlers.py ('k') | appengine/config_service/ui/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698