-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
1.0.0-RC2 #658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # src/Skoruba.IdentityServer4.Admin/Skoruba.IdentityServer4.Admin.csproj
Feature/appsettings refactor (#452)
Feature/appsettings refactor
…rver4.Admin into feature/userClaims
adding 🇩🇪 tranlation
update dockerfiles to use latest 3.1.x aspnet core
Return correct types for two users controller methods
…ASP.NET Core Identity
Add IdentityOptions configuration to appsettings.json
… included it to Admin,Api and STS
Moved email senders to shared project and included it in Admin, Api and STS
Generate Reset Password token in AdminUI, API by using Identityservice
…ller directly and called via UserManager - @b0
Thanks guys for contribution and help for building new RC2: @jwilliamsnephos @sheng-jie @bravecobra @b0 @aiscrim @UspAN @nickelbob @AlecPapierniak @carlreid @ViRuSTriNiTy @zinkpad @WeihanLi @tancevsasa @cuibty @spaasis @klyse @martinussuherman @pavel-usachev I added your account into contribution section: https://github.com/skoruba/IdentityServer4.Admin/tree/dev#contributors
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New features
UpdateUserClaimsAsync
,UpdateRoleClaimsAsync
,GetClaimUsersAsync
(Added UpdateUserClaimsAsync and UpdateRoleClaimsAsync Issue #544 #653)Breaking changes
Skoruba.IdentityServer4.Shared
- for shared consts and servicesint
tolong
(Fix audit migrations PK & add default default implementation of identity dtos #587)DeleteUserClaimsAsync
toDeleteUserClaimAsync
DeleteRoleClaimsAsync
toDeleteRoleClaimAsync
Fixes