flutter_cognito_plugin icon indicating copy to clipboard operation
flutter_cognito_plugin copied to clipboard

Support guest/unauthorized user?

Open imshashank opened this issue 4 years ago • 1 comments

Is there a way to allow un-authorized users for read-only operations?

Similar to -> https://github.com/aws-amplify/amplify-js/issues/711

const client = new AWSAppSyncClient({
    url: AppSync.graphqlEndpoint,
    region: AppSync.region,
    auth: {
        // Amazon Cognito Federated Identities using AWS Amplify
        credentials: () => Auth.currentCredentials()
    },
});

imshashank avatar Jul 21 '20 06:07 imshashank

Any update on this?

imshashank avatar Jul 22 '20 07:07 imshashank