12

Auth0 looks like a very promising user management solution, but I'm curious if it allows you to export a user database.

This is an important feature because:

  1. I'd like to make my own backups. (Not so much because I'm worried Auth0 might lose my data. But what if there's a bug in my code or my Auth0 keys are compromised?)
  2. I might want to switch user management providers someday.

From Documentation > Importing Users to Auth0, I see there's a way to import users (on-demand when you can obtain their passwords anyway). And I can see they use bcrypt for password hashing (at least by default). But I don't see any mention of exporting users.

4

2 に答える 2

17

Auth0 Management API を使用すると、データをエクスポートできます。さらに、ユーザーのインポートとエクスポートの両方に役立つツールがあります: https://auth0.com/docs/extensions/user-import-export

公式ポリシーについては、次のドキュメントを参照してください: https://auth0.com/docs/policies/data-export

于 2015-08-04T16:41:13.920 に答える