일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- react
- readableStream
- react-xml-parser
- react-hook-form
- cognito
- 가상 DOM
- jimp
- icrawler
- API Gateway
- signIn
- electron
- yml
- gitignore
- xlsx
- JavaScript
- TypeScript
- electron-builder
- timeinput
- Route53
- axios
- window.postMessage
- domtoimage
- react-admin
- dynamodb
- react-sortable-hoc
- 프로그래머스
- AWS
- node
- react DOM
- zerocho
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