일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- TypeScript
- domtoimage
- JavaScript
- API Gateway
- react
- readableStream
- axios
- xlsx
- electron-builder
- electron
- dynamodb
- 프로그래머스
- Route53
- cognito
- gitignore
- signIn
- node
- jimp
- zerocho
- react DOM
- react-xml-parser
- react-hook-form
- yml
- icrawler
- react-admin
- 가상 DOM
- react-sortable-hoc
- AWS
- timeinput
- window.postMessage
Archives
- Today
- Total
목록cognito (1)
꾸준히 공부하는 개발자
[AWS] Cognito 로 로그인(sign in) 하는 방법
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