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

Generic registrations #227

Closed petrenslavik closed 1 year ago

petrenslavik commented 1 year ago

Description of changes:

This will reduce boilerplate code for usage with a custom implementation of ApplicationUser inherited from CognitoUser. Also to avoid copy-pasting of two CognitoUserStore methods please review this PR for CognitoUserPool: https://github.com/aws/aws-sdk-net-extensions-cognito/pull/104

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

jnunn-aws commented 1 year ago

Hi Viacheslav,

Could you provide an example of a custom implementation of ApplicationUser as well as the boilerplate code that this PR would reduce?

ashishdhingra commented 1 year ago

Doesn't appear to be backwards compatible change. Closing this due to lack of activity.