IOS-AWS Authentication User Registration Process

In my application, I use the AWS SDK for development. I can perform all operations except user registration (in developer authentication). At AWS, they mentioned that to register users, we need to write our own code. But I have no idea about the backend. I think that if amazon provides a direct solution for registering a user, it will be useful. And I went through the server-side configuration (amazon provided a sample code), but there we can register the user through the browser not through the ios client.

In my application, user registration contains email settings, username, password, and photo selection.

For user registration (developer authentication) I did more research, but I did not find a direct solution.

Is it possible to provide any direct solution or any good tutorial for implementing our own backend for user registration.

Thanks in advance.

+4
source share
2 answers

You have several options for using Amazon Cognito and providing a complete registration system for users without creating a backend: OpenID Connect and Open Source.

OpenID Connect. Cognito OpenID Connect- , , / , OpenID Connect, Cognito Ping Federate, Auth0 SecureAuth, . , Okta OpenID Connect, .

: LambdaAuth - , Lambda Cognito , Cognito Helper - , , , . , Lambda, , , .

+5

Source: https://habr.com/ru/post/1615090/


All Articles