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
213 stars 89 forks source link

Fixes an issue where Calling RefreshSignInAsync() causes InvalidParameterException (Missing required parameter REFRESH_TOKEN) #187

Closed ashishdhingra closed 3 years ago

ashishdhingra commented 3 years ago

Issue: #144

Description of changes: Fixes an issue where Calling RefreshSignInAsync() causes InvalidParameterException (Missing required parameter REFRESH_TOKEN). Bumps up the version of Amazon.Extensions.CognitoAuthentication to 2.0.2 which has the fix.


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