用户管理后台代码轻松复制实现

User management backend code to easily copy and implement

我正计划构建一个 iOS 应用程序并希望实现一个已经构建的用户管理(用户名、名字、姓氏、phone 号码、电子邮件)而不是我对其进行编码从零开始。

名字 姓 用户名 Phone 个 电子邮件

如果有任何我可以轻松复制的开源代码,有什么建议吗?

提前致谢!

在 AWS 中,您可以使用 AWS Cognito 来执行用户管理。来自文档

Amazon Cognito provides authentication, authorization, and user management for your web and mobile apps. Your users can sign in directly with a user name and password, or through a third party such as Facebook, Amazon, Google or Apple. The two main components of Amazon Cognito are user pools and identity pools.
 

这里有更多信息https://aws.amazon.com/cognito/