-
Increase `drift` from `^2.18.0` to `^2.20.0`
```
Because no versions of amplify_auth_cognito match >2.4.0 =2.18.0 0.4.4 =2.18.0 =2.18.0
-
Hey, thanks for the cool software.
Something strange (to me); is that this seems to require me to setup AWS in a specific way (using profiles).
I set this up on a vanilla machine and attempted t…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
### Describe what happened
A Cognito user pool's endpoint should be available via the `getUserPool` data source. It seems like a common use case to have a user pool located in one stack, and then an …
-
Running this command fails with missing permission on CongnitoUserPool
`tenant % npm run cdk -- deploy \
-c tenantId=ds-minilab \
-c environment=dev-anne \
-c administratorEmail=anne+sifadmin…
-
# Summary
Add SSO docs for Amazon Cognito
# Motivation
I wanted to use Amazon Cognito and was not able to find docs 😢
# Proposal
I was able to figure it out and would like to contribu…
-
- 認証が通っているユーザーのみが利用できるAPIはバックエンド側でも検証したい
- 方針
- ユーザーがログインしたとき、Cognito経由で認証が行われる
- このとき、クライアントのアプリケーションにCognitoで発行したjwtが返されるはず
- 認証後に実行されるAPIはバックエンドのアプリケーションからCognitoにアクセスしてtokenの検証を行う
-
After evaluation I think we can go with Google social sign up implemented with AWS Cognito.
- [x] Integrate AWS Cognito to be able to login with Google and sign up with Google
- [x] Update Login…
-
I'm deploying a Cognito resource with the following config:
```ts
new aws.cognito.UserPool("api-user-pool", {
passwordPolicy: {
minimumLength: 8,
requireLowercase:…
-
Given the Cognito identity ID, I would like to programmatically find the user name, e-mail address, etc. For example, one issue is that each user gets his/her own folder in S3 (e.g. `private/${cognito…