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

Unified Diff: appengine/auth_service/handlers_frontend.py

Issue 2854853005: auth: Stop mentioning 'global' secrets in API. (Closed)
Patch Set: Created 3 years, 8 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
Index: appengine/auth_service/handlers_frontend.py
diff --git a/appengine/auth_service/handlers_frontend.py b/appengine/auth_service/handlers_frontend.py
index f6f3fd147c6ad1f4d7ebb60a28ed8835a2be8185..5bb0bdaaf3d19180d697a47699ed73365b7f4795 100644
--- a/appengine/auth_service/handlers_frontend.py
+++ b/appengine/auth_service/handlers_frontend.py
@@ -96,7 +96,7 @@ def get_additional_ui_data():
class LinkTicketToken(auth.TokenKind):
"""Parameters for ServiceLinkTicket.ticket token."""
expiration_sec = 24 * 3600
- secret_key = auth.SecretKey('link_ticket_token', scope='local')
+ secret_key = auth.SecretKey('link_ticket_token')
version = 1
« no previous file with comments | « no previous file | appengine/components/components/auth/api.py » ('j') | appengine/components/components/auth/api.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698