일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- electron
- react DOM
- timeinput
- zerocho
- 프로그래머스
- electron-builder
- JavaScript
- AWS
- cognito
- 가상 DOM
- react-admin
- react-xml-parser
- signIn
- xlsx
- icrawler
- domtoimage
- window.postMessage
- axios
- react-sortable-hoc
- dynamodb
- gitignore
- TypeScript
- readableStream
- API Gateway
- react
- jimp
- yml
- node
- react-hook-form
- Route53
Archives
- Today
- Total
목록cognito (1)
꾸준히 공부하는 개발자

const AmazonCognitoIdentity = require("amazon-cognito-identity-js"); const signIn = async (Username, Password) => { const poolData = { UserPoolId : '' // your user pool id here ClientId : '' // your app client id here }; // Create the User Pool Object const userPool = new AmazonCognitoIdentity.CognitoUserPool(poolData); const userData = { Username : Username, // your username here Pool : userPoo..
AWS
2019. 12. 19. 00:09