aws / aws-aspnet-cognito-identity-provider

ASP.NET Core Identity Provider for Amazon Cognito
https://aws.amazon.com/developer/language/net/
Apache License 2.0
215 stars 89 forks source link

New SigninResult object to make a distinction between a force change password and a required password reset #45

Closed assyadh closed 5 years ago

assyadh commented 5 years ago

New SigninResult object to make a distinction between a force change password and a required password reset

Issue #, if available: DOTNET-3254

Description of changes: Added a new property to the CognitoSigninResult to discern when the user password needs to be changed depending on the status.

See https://github.com/aws/aws-aspnet-cognito-identity-provider/issues/44 for background

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.