AWS Cognito for iOS (AWS Amplify related)

0

I'm using AWS Cognito in my backend (NestJS) and want to integrate it with my iOS app. In that case, is there any library that I should use? Because most examples I see are with Amplify, I'm only going to use Cognito, for auth, and EC2 to store the backend. So, trying to summarize my question: Should I use the Amplify lib when I'm only using Cognito? And if I use Amplify and Amplify Cognito plugins to handle authentication, should I also consider Amplify pricing too?

2 回答
0

Yes, it makes sense to use Amplify for Swift, even if you use only the Authentication (Cognito) plugin. Amplify Swift libraries provide high level abstraction that keep you free from low level AWS API details.

If you want full control and code it yourself, the alternative is to use the AWS SDK for Swift (in preview)

To answer your last question about pricing: Amplify libraries and command lines are free to use. You only pay for the AWS resource it creates for you (like a cognito user pool)

已回答 1 年前
-1

You can use the following: amazon-cognito-identity-js. As noted here, the package will be hosted as part of the Amplify repo.

AWS
已回答 2 年前
  • So on my backend service, I only receive the JWT that Cognito should return. All the authentication flow should be on the device, so I would use a Swift package to deal with sign-in, in that case, should I should AWS Amplify (https://github.com/aws-amplify/amplify-ios)? Or, is there any other library that uses only Cognito?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则