aws-sdk-net-extensions-cognito
aws-sdk-net-extensions-cognito copied to clipboard
An extension library to assist in the Amazon Cognito User Pools authentication process
*Issue #, if available:* https://github.com/aws/aws-sdk-net-extensions-cognito/issues/85 *Description of changes:* Update documentation for REFRESH_TOKEN_AUTH flow to mention device tracking. By submitting this pull request, I confirm that my contribution is made under...
I followed the examples for Authentication and I was able to get it to retrieve an access token and refresh token. When trying to use toe refresh token to reauthenticate,...
*Description of changes:* Adds `ClientMetadata` to the SRP flow. This enables [Cognito Lambda Triggers](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html) to have access to the `ClientMetadata`. By submitting this pull request, I confirm that my contribution...
Hello: I am writing an application using Vue as the frontend, and asp.net core web api as the backend. I am using "Authorization code grant" only for now, will add...
The current implementation of `CognitoUser.RespondToCustomAuthAsync` does not support setting the `ClientMetadata` property of the `RespondToAuthChallengeRequest` object, despite it [being supported by the API](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_RespondToAuthChallenge.html#API_RespondToAuthChallenge_RequestSyntax). This PR rectifies this by adding a...
*Issue #, if available:* *Description of changes:* ClientMetadata is set on InitiateAuthRequest if present in InitiateSrpAuthRequest. We use a pre-auth hook to do some captcha stuff in Cognito, we use...
### Describe the feature The NuGet packages for the standard AWS SDK include pdb and xml files. Doing the same for these extensions would be nice... but it's not urgent,...
### Describe the issue The latest release of this project on NuGet is 2.4.0 https://www.nuget.org/packages/Amazon.Extensions.CognitoAuthentication/2.4.0 Most of the other versions on NuGet are also not tagged. Presently there is no...
### Describe the feature In Cognito provider with initiateAuthRequest and other API.. AnalyticsMetadata is supported but is not added in this extension. ### Use Case For Pinpoint Analytics this field...
*Issue #, if available:* #147 *Description of changes:* Added support for analytics metadata for collecting Amazon Pinpoint metrics. ___ By submitting this pull request, I confirm that my contribution is...