64 Commits (react-native-tutorial-update)

Author SHA1 Message Date
maliming e9ddf3a6d3
address copilot review: drop unused using; make GetTokenName protected 3 weeks ago
maliming b00a142f0e
test(identity): rename persistence test to match encrypted storage 3 weeks ago
maliming 367057f5d5
feat(identity): add single-use Email/Phone 2FA token providers 3 weeks ago
maliming 212811d97b
Add update and host-tenant uniqueness tests for AbpIdentityUserValidator 4 weeks ago
maliming a613e8899c
Reuse two-factor cookie helper in shared test 4 weeks ago
Ma Liming 41a0b1236f
Update modules/identity/test/Volo.Abp.Identity.AspNetCore.Tests/Volo/Abp/Identity/AspNetCore/GetTwoFactorAuthenticationUser_Tests.cs 4 weeks ago
Ma Liming 1b2906fdec
Update modules/identity/test/Volo.Abp.Identity.AspNetCore.Tests/Volo/Abp/Identity/AspNetCore/Shared_SignIn_Tests.cs 4 weeks ago
Ma Liming 5c883f373d
Update modules/identity/test/Volo.Abp.Identity.AspNetCore.Tests/Volo/Abp/Identity/AspNetCore/Isolated_TwoFactor_Tests.cs 4 weeks ago
maliming 8b48eb7f98
Add shared-user 2FA integration tests 4 weeks ago
maliming 8ea6b9f025
Make 2FA flows tenant-aware and enforce pre-checks 4 weeks ago
maliming cb5c17b124
Add integration test for GetTwoFactorAuthenticationUserAsync in shared mode 4 weeks ago
maliming 38ef51cec5
Refactor token providers to include cancellation token support and update token handling logic 3 months ago
maliming 6e97ceb0df
Refactor token provider tests to use a common base class for single active token providers and improve token verification logic 3 months ago
maliming 71b52a8ee2
Implement single active token providers for email change, email confirmation, and password reset 3 months ago
maliming 594b0bb628
Add tests for shared user validation across tenants 4 months ago
maliming f21ffe274f
Add shared user account infrastructure. 5 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 9 months ago
maliming 299512d391
Add custom IdentityErrorDescriber for localized error messages. 1 year ago
maliming 731d6f1995
Merge `InvalidUserName` localization texts. 2 years ago
maliming 971dc3b8ba Upgrade to NET 9.0. 2 years ago
liangshiwei f632772a96 Prevent a new user's email use another existing user's name 2 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 3 years ago
maliming 6bd43caee5
Enable `Central Package Management`. 3 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
maliming f231792aef
Update AbpIdentityUserValidator_Tests.cs 3 years ago
maliming 1420b53e26
Update AbpIdentityUserValidator_Tests.cs 3 years ago
maliming 2e7d1bf8ee
Add `AbpIdentityUserValidator`. 3 years ago
maliming e7e9756cf2
Upgrade to NET 7.0. 4 years ago
liangshiwei 4fbac36075 Refactor 4 years ago
liangshiwei cf0bc4bab7 Update ExternalLoginProviderBase 4 years ago
liangshiwei 7486582023 Add IExternalLoginProviderWithPassword 4 years ago
liangshiwei 0ae62dcfe9 Add CanObtainUserInfoWithoutPassword to IExternalLoginProvider 4 years ago
liangshiwei a16c1e3de5 Update FakeExternalLoginProvider 4 years ago
Ahmet Çotur 579d898ba1 use file-scoped namespacing for identity module 5 years ago
maliming 370d7ca184
Revert "Add `coverlet.collector` to all test project of modules." 5 years ago
maliming 5407da3c28
Add `coverlet.collector` to all test project of modules. 5 years ago
maliming 6177e5d6b5 Add `IsActive` property to IdentityUser. 5 years ago
maliming ef9d20533a Change TargetFramework to net6.0. 5 years ago
maliming abeb9280a2 Add `tokenPurpose` parameter for `Generate` and `Verify` methods. 5 years ago
Ahmet e31a291485 init identity module 5 years ago
maliming c85dd1df0b Fix GenerateAndVerifyLinkTokenAsync test. 5 years ago
maliming b17ad73719 Use DataProtectorTokenProvider as LinkUserTokenProvider. 5 years ago
maliming 8ff3917fa0 Make sure that identityOptions is overwritten before use. 6 years ago
maliming 7e903faa57 Introduce Directory.Build.props. 6 years ago
maliming f151602b08 Update TargetFramework. 6 years ago
maliming cf885b92c4 Use netstandard for class library & blazor. 6 years ago
maliming b2ceacbe40 Upgrade modules. 6 years ago
maliming c0a0b988f1 Remove TwoFactorEnabled related UI & Application Service. 6 years ago
maliming d044255516 Add IdentityLinkUser aggregate root to Identity module. 6 years ago
Halil İbrahim Kalkan 4d53c3fd97 Resolved #4985: Change AbpResourceOwnerPasswordValidator to support the external login system. 6 years ago