Add note about private UID namespace

This commit is contained in:
KernelDeimos 2024-03-30 22:35:47 -04:00
parent a09d7bcd54
commit 88bd45cfda

View File

@ -20,6 +20,7 @@ const { AdvancedBase } = require("puter-js-common");
const { Context } = require("../../util/context");
const { get_user, get_app } = require("../../helpers");
// TODO: add these to configuration; production deployments should change these!
const PRIVATE_UID_NAMESPACE = '1757dc3f-8f04-4d77-b939-ff899045696d';
const PRIVATE_UID_SECRET = 'bf03f0e52f5d93c83822ad8558c625277ce3dddff8dc4a5cb0d3c8493571f770';