Add idempotency comment to auth0 script

This commit is contained in:
Emi Matchu 2021-03-31 16:47:39 -07:00
parent e0c7a4d82c
commit 02228f533a

View file

@ -3,6 +3,8 @@
// If you use the --since flag, we'll only include users whose OpenNeo ID // 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 // records were updated (or created) since then. Or, the --username flag will
// filter for a single specific username. Otherwise, we'll include all users. // 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. // 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! // We should be thoughtful about how we do the actual migration process!