Niklas Alvaeus

Results 15 comments of Niklas Alvaeus

I ended up using a different library. But even so. It’s seems the unzip on a Mac doesn’t work with the native built in unzip tool. Whereas if you install...

Ok, many thanks. I found the Lambda logs. Error seems to be "Error in sendVerificationEmail: MessageRejected: Email address is not verified." Although I did verify the email... Maybe it takes...

So just to close this one off. I now got this working... I deleted all resources and set it up again. I then got the error "Email address is not...

@martijnvdgrift Is there an easy fix for this?

@martijnvdgrift This also seems to be a problem when logging in.

@sneakr Did you have any luck implementing this on iOS. I've just been trying to adopt the latest AWS Swift code sample to use this. Replacing their AWSTask with a...

@sneakr Thanks for that. Although I still have ongoing issues with this. Seems you have to set up an API Gateway for this to work, as per this post, http://baczuk.com/2015/12/AWS-Cognito-in-Swift/...

If anyone else is attempting this, I now managed to resolve the issues I had. Turns out it doesn't work to call the Lambda Invoker form the AWS SDK when...

@thewillhuang I modified to use bcryptjs instead as I also need to read parse.com passwords. Works well. But bcrypt is very much slower.

For it to work I have to do: ``` let appSyncConfig = try AWSAppSyncClientConfiguration(appSyncServiceConfig: AWSAppSyncServiceConfig(), userPoolsAuthProvider: MyCognitoUserPoolsAuthProvider()) ``` But my understanding is that AWSMobileClient should deal with all the refresh...