-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift Implementation - Transitioning a user into the authenticated role #54
Comments
Have you checked out this sample project? Usually you'd add the token to the credentials - in Unity/C# it's |
Yea, it's quite out of date and a lot of that example doesn't work with the current version of the AWS Mobile SDK |
Useful? let token = FBSDKAccessToken.currentAccessToken().tokenString
credentialsProvider.logins = [AWSCognitoLoginProviderKey.Facebook.rawValue: token] |
Thanks Hassan. That was helpful. 2016-08-18 21:01 GMT+02:00 Hassan Khan notifications@github.com:
|
No problem, hopefully it helped @rbarbish too 😄 |
For this, see issue 357 in the AWS SDK git |
This might be a questionable place to ask this question but since it is specific to this framework, I thought I'd ask here. I'm having trouble knowing what to do after receiving the login token to transition my user into the authenticated role. I'm using the AWS Mobile SDK for iOS and writing my client app in Swift. The full details of my problem are listed here - http://stackoverflow.com/questions/38976295/aws-lambda-cognito-authentication-assuming-auth-role
Any guidance would be appreciated - thank you.
The text was updated successfully, but these errors were encountered: