Added subclient token verification & storage.

This commit is contained in:
2016-04-08 18:45:35 +02:00
parent 771b091626
commit 3d9fe76271
4 changed files with 122 additions and 4 deletions

View File

@@ -64,3 +64,6 @@ FILE_LINK_VALIDITY = defaultdict(
gcs=3600 * 23, # 23 hours for Google Cloud Storage.
)
# Client and Subclient IDs for Blender ID
BLENDER_ID_CLIENT_ID = 'SPECIAL-SNOWFLAKE-57'
BLENDER_ID_SUBCLIENT_ID = 'PILLAR'