aws-aspnet-cognito-identity-provider
aws-aspnet-cognito-identity-provider copied to clipboard
ASP.NET Core Identity Provider for Amazon Cognito
*Description of changes:* Add example to sample application how to configure and use Cognito to make authenticated REST API calls.  By submitting this pull request, I confirm that my...
The UTC time offset is currently converted straight to a DateTime in the computer's local timezone. It is then passed into the CognitoUserSession constructor, where it is converted to a...
### Describe the feature Add support for external providers, which is currently unsupported (see https://github.com/aws/aws-aspnet-cognito-identity-provider/issues/108) ### Use Case It is great to be able to use Cognito as an Identity...
### Describe the bug Hi I have a big problem with identity After logging, I stay login only for 30 minutes. in my windows (localhost) it will works perfectly fine...