-
Notifications
You must be signed in to change notification settings - Fork 273
Support for cognito endpoint #6477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for cognito endpoint #6477
Conversation
Added ability to add equivalent of AWS_ENDPOINT_URL to cognito user pool requests. This is done by adding `CognitoUserPool > Default > Endpoint` to the configuration. The endpoint must contain the pool ID like `http://localhost:4556/us-east-1_pool_id`.
|
The tests are failing for I'm struggling to reproduce the failure locally and the failing tests do not appear to be related to this PR. |
|
Thank you for your contribution to the AWS Amplify Flutter Library! |
|
This passed on the latest build, is it possible to get this PR checked in? |
Added ability to add equivalent of AWS_ENDPOINT_URL to cognito user pool requests. (cherry picked from commit 3de15e6)
Added ability to add equivalent of AWS_ENDPOINT_URL to cognito user pool requests.
Added ability to add equivalent of AWS_ENDPOINT_URL to cognito user pool requests.
|
@cadivus Thanks for merging this! |
|
@jboshoven-emporia You're welcome, thanks for the PR! It's already released to pubdev. |
Added ability to add equivalent of AWS_ENDPOINT_URL to cognito user pool requests. This is done by adding
CognitoUserPool > Default > Endpointto the configuration. The endpoint must contain the pool ID likehttp://localhost:4556/us-east-1_pool_id.Fixes: #5784
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.