IdentityServer / IdentityServer3.AspNetIdentity

ASP.NET Identity support for Thinktecture IdentityServer3
Apache License 2.0
64 stars 51 forks source link

Allow to override set properties for newly created user #15

Closed cortex93 closed 10 years ago

cortex93 commented 10 years ago

Should close #12 I opt for a non awaitable method to limit overhead as most of the use case I came up with would populate properties from claims only

brockallen commented 10 years ago

Yep, I think that's right on track. Not thrilled about the name, so I might change it :)

brockallen commented 10 years ago

I can't take this PR right now because we now have a CLA that is required. If you're interested in making future PRs then that will need to be filled out.

For the time being I'll make the comparable change in the code. Thanks.

cortex93 commented 10 years ago

CLA stands for ? As for the change, it is trivial but I hope to contribute more to your projects as mine grows up.

brockallen commented 10 years ago

CLA: https://github.com/thinktecture/Thinktecture.IdentityServer.v3.AspNetIdentity/blob/master/CONTRIBUTING.md

Thanks