Skip to content

Commit de92946

Browse files
docs(auth0): add sensitive-data handling cautions to migration and CLI references (#149)
Warn that user export files contain password hashes/PII (don't commit, keep out of CI logs, delete after import) and that --json user command output/import payloads expose profiles and password hashes.
1 parent 22677b0 commit de92946

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

plugins/auth0/skills/auth0/references/feature-migration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,8 @@ Detailed guide for exporting users from existing auth providers and importing th
953953

954954
## Exporting Users from Common Providers
955955

956+
**Caution:** These export files contain password hashes and PII. Never commit them (add to `.gitignore`), keep them out of shared/CI logs, and delete them once the import succeeds.
957+
956958
### Firebase
957959

958960
**Via Firebase Console:**

plugins/auth0/skills/auth0/references/tooling-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ auth0 users import --connection-name "Username-Password-Authentication" \
9898
--users '[...]' --upsert --json
9999
```
100100

101+
**Note:** `--json` output for user commands returns full profiles (email, metadata) and import payloads carry password hashes — avoid piping to shared logs/CI output.
102+
101103
### Roles — Manage RBAC Roles
102104

103105
Create roles, assign permissions, and assign roles to users.

0 commit comments

Comments
 (0)