为什么 Auth0 存储我的应用程序的用户数据?

Why does Auth0 store my application's user data?

我有一个 auth0 应用程序。每次登录后,用户信息可在 Users

我的假设是 Auth0 与 Google 或 Facebook 等社交连接对话,不需要存储此信息。这是一个租赁问题,在某些情况下,一些客户不希望他们的数据在第三方服务器上可用。

谁能证实我的担忧?

We do persist a limited amount of data for all Users, and that cannot be disabled. Clicking on the user to see their details you can see whats stored for social connections. The data is stored on Auth0's infrastructure for customers using either our multi-tenant or dedicated cloud Deployment Models. We do offer the ability for you to provide your own cloud infrastructure as well as on-premises installations if you have physical security requirements. You might also be interested in reviewing our Security and Compliance documents.

  • 马特·马迪克斯 Auth0 的技术支持工程师

这对我很有帮助。