From 02228f533a1d0ed951b515e57aa962e153b25ea1 Mon Sep 17 00:00:00 2001 From: Matchu Date: Wed, 31 Mar 2021 16:47:39 -0700 Subject: [PATCH] Add idempotency comment to auth0 script --- scripts/export-users-to-auth0.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/export-users-to-auth0.js b/scripts/export-users-to-auth0.js index 018b40c..73a5bfa 100644 --- a/scripts/export-users-to-auth0.js +++ b/scripts/export-users-to-auth0.js @@ -3,6 +3,8 @@ // If you use the --since flag, we'll only include users whose OpenNeo ID // records were updated (or created) since then. Or, the --username flag will // filter for a single specific username. Otherwise, we'll include all users. +// (It's safe to re-run against users already imported; Auth0 will reject any +// duplicates!) // // This sorta creates a second copy of everyone's account, copied onto Auth0. // We should be thoughtful about how we do the actual migration process!