aws-sdk-react-native icon indicating copy to clipboard operation
aws-sdk-react-native copied to clipboard

Developer authenticated identies

Open jatsrt opened this issue 9 years ago • 2 comments

As far as I can tell this is not currently supported. Not too sure how this could work with the current setup.

let logins = {};
logins['cusom.provider.id'] = serverResponse.Token;
AWSCognitoCredentials.setLogin(logins)

Errors with: "Please provide a valid public provider"

Is this a workflow that could be supported, it doesn't seem to make sense to offload the authentication to a custom provider in native code for each platform.

The JS code makes the request and gets a valid IdentityId and Token, but doesn't seem to be a native way to then set that.

jatsrt avatar Oct 18 '16 20:10 jatsrt

+1

damathryx avatar Jan 03 '17 07:01 damathryx

+1

mtomic avatar Feb 18 '17 12:02 mtomic