Skip to content

Instantly share code, notes, and snippets.

@vthub
Created April 17, 2019 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vthub/bdc58d9efbb0e98010f939b994977344 to your computer and use it in GitHub Desktop.
Save vthub/bdc58d9efbb0e98010f939b994977344 to your computer and use it in GitHub Desktop.
import {Auth} from "aws-amplify";
Auth.configure({
region: 'us-east-2',
userPoolId: '{{USER-POOL-ID}}',
userPoolWebClientId: '{{CLIENT-ID}}',
cookieStorage: {
domain: '{{DISTRIBUTION-ID}}.cloudfront.net',
path: '/',
expires: 5,
secure: true
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment