avoid "email" claim duplication when using AspNetIdentity with option…
…s.ClaimsIdentity.EmailClaimType = JwtClaimTypes.Email;
At this point we cannot accept PRs for new features, only bugfixes. Thanks!
What issue does this PR address? avoid "email" claim duplication when using AspNetIdentity with options.ClaimsIdentity.EmailClaimType = JwtClaimTypes.Email;
Does this PR introduce a breaking change? nope, it will save from extra db call and avoid email claim duplication.
Please check if the PR fulfills these requirements
- [x] The commit follows our guidelines
- [ ] Unit Tests for the changes have been added (for bug fixes / features)
Other information:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Questions are community supported only and the authors/maintainers may or may not have time to reply. If you or your company would like commercial support, please see here for more information.