DNTIdentity
A highly customized sample of the ASP.NET Core Identity
파일 탐색기
최종 버전 다운로드 (.zip)- dotnet-tools.json
- codeql-config.yml
- build.yml
- codeql.yml
- dependabot.yml
- FUNDING.yml
- issue_template.md
- lock.yml
- template.json
- AssemblyInfo.cs
- ChangePasswordController.cs
- ChangeUserPasswordController.cs
- DynamicPermissionsAreaSampleController.cs
- DynamicRoleClaimsManagerController.cs
- ForgotPasswordController.cs
- HomeController.cs
- LoginController.cs
- RegisterController.cs
- RolesManagerController.cs
- SystemLogController.cs
- TwoFactorController.cs
- UserCardController.cs
- UserProfileController.cs
- UsersManagerController.cs
- SecurityTrimmingTagHelper.cs
- VisibilityTagHelper.cs
- OnlineUsersViewComponent.cs
- TodayBirthDaysViewComponent.cs
- Index.cshtml
- Index.cshtml
- Index.cshtml
- Index.cshtml
- _ChangePasswordNotification.cshtml
- _EmailsLayout.cshtml
- _PasswordReset.cshtml
- _RegisterEmailConfirmation.cshtml
- _TwoFactorSendCode.cshtml
- _UserProfileUpdateNotification.cshtml
- ForgotPasswordConfirmation.cshtml
- Index.cshtml
- ResetPassword.cshtml
- ResetPasswordConfirmation.cshtml
- Index.cshtml
- Index.cshtml
- ConfirmedRegisteration.cshtml
- ConfirmEmail.cshtml
- ConfirmYourEmail.cshtml
- Index.cshtml
- _AllRolesList.cshtml
- _Create.cshtml
- _Delete.cshtml
- Index.cshtml
- UsersInRole.cshtml
- Default.cshtml
- Default.cshtml
- _PickupFolder.cshtml
- Index.cshtml
- Lockout.cshtml
- VerifyCode.cshtml
- _UserAdminPart.cshtml
- _UserCardItem.cshtml
- _UserInfoPart.cshtml
- Index.cshtml
- OnlineUsers.cshtml
- Index.cshtml
- _SearchUsers.cshtml
- _UsersList.cshtml
- Index.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- AreaConstants.cs
- DynamicPermissionsAreaSampleController.cs
- Index.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- TestAreaConstants.cs
- DynamicPermissionsSampleController.cs
- DynamicPermissionsTestController.cs
- ErrorController.cs
- HomeController.cs
- publish-module.psm1
- Test-publish.ps1
- Test.pubxml
- launchSettings.json
- Index.cshtml
- Index.cshtml
- Index.cshtml
- _AdminMenu.cshtml
- _CustomValidationSummary.cshtml
- _Layout.cshtml
- _ReportsMenu.cshtml
- _SidebarMenu.cshtml
- _UserMenu.cshtml
- AccessDenied.cshtml
- Error.cshtml
- NotFound.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- db.txt
- idp.pfx
- make-cert.cmd
- 1.jpg
- icon-user-default.png
- custom.css
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- Samim-Bold.eot
- Samim-Bold.ttf
- Samim-Bold.woff
- Samim.eot
- Samim.ttf
- Samim.woff
- dnti01.png
- dnti02.png
- pattern.jpg
- custom.js
- jquery.bootstrap-modal-ajax-form.js
- jquery.bootstrap-modal-alert.js
- jquery.bootstrap-modal-confirm.js
- fa-brands-400.eot
- fa-brands-400.svg
- fa-brands-400.ttf
- fa-brands-400.woff
- fa-brands-400.woff2
- fa-regular-400.eot
- fa-regular-400.svg
- fa-regular-400.ttf
- fa-regular-400.woff
- fa-regular-400.woff2
- fa-solid-900.eot
- fa-solid-900.svg
- fa-solid-900.ttf
- fa-solid-900.woff
- fa-solid-900.woff2
- favicon.ico
- _0-restore.bat
- _1-dotnet_run.bat
- _2-dotnet_publish.bat
- _3_snitch.bat
- appsettings.Development.json
- appsettings.json
- ASPNETCoreIdentitySample.csproj
- hosting.json
- libman.json
- Program.cs
- web.config
- EntityFrameworkCoreModelBuilderExtensions.cs
- GuardExt.cs
- ValidationExtensions.cs
- IdentityExtensions.cs
- PersianYeKeCommandInterceptor.cs
- UnicodeExtensions.cs
- ServerInfo.cs
- ASPNETCoreIdentitySample.Common.csproj
- AppDataProtectionKeyConfiguration.cs
- AppSqlCacheConfiguration.cs
- CategoryConfiguration.cs
- IdentityMappings.cs
- ProductConfiguration.cs
- RoleClaimConfiguration.cs
- RoleConfiguration.cs
- UserClaimConfiguration.cs
- UserConfiguration.cs
- UserLoginConfiguration.cs
- UserRoleConfiguration.cs
- UserTokenConfiguration.cs
- UserUsedPasswordConfiguration.cs
- ApplicationDbContext.cs
- AuditableEntitiesInterceptor.cs
- IUnitOfWork.cs
- ASPNETCoreIdentitySample.DataLayer.csproj
- ASPNETCoreIdentitySample.DataLayer.InMemoryDatabase.csproj
- InMemoryDatabaseContext.cs
- InMemoryDatabaseServiceCollectionExtensions.cs
- .editorconfig
- 20221109153321_V2022_11_09_1902.cs
- 20221109153321_V2022_11_09_1902.Designer.cs
- MsSqlDbContextModelSnapshot.cs
- _01-add_migrations.cmd
- _02-update_db.cmd
- ASPNETCoreIdentitySample.DataLayer.MSSQL.csproj
- MsSqlContextFactory.cs
- MsSqlDbContext.cs
- MsSqlServiceCollectionExtensions.cs
- .editorconfig
- 20221109153404_V2022_11_09_1903.cs
- 20221109153404_V2022_11_09_1903.Designer.cs
- SQLiteDbContextModelSnapshot.cs
- _01-add_migrations.cmd
- _02-update_db.cmd
- ASPNETCoreIdentitySample.DataLayer.SQLite.csproj
- SQLiteContextFactory.cs
- SQLiteDbContext.cs
- SQLiteServiceCollectionExtensions.cs
- AppShadowProperties.cs
- AuditableShadowProperties.cs
- IAuditableEntity.cs
- AppDataProtectionKey.cs
- AppLogItem.cs
- AppSqlCache.cs
- Role.cs
- RoleClaim.cs
- User.cs
- UserClaim.cs
- UserLogin.cs
- UserRole.cs
- UserToken.cs
- UserUsedPassword.cs
- ASPNETCoreIdentitySample.Entities.csproj
- Category.cs
- Product.cs
- AddCustomServicesExtensions.cs
- AddDynamicPermissionsExtensions.cs
- AddIdentityOptionsExtensions.cs
- ASPNETCoreIdentitySample.IocConfig.csproj
- CustomDataProtectionExtensions.cs
- CustomTicketStoreExtensions.cs
- DbContextOptionsExtensions.cs
- IdentityServicesRegistry.cs
- WebOptimizerRegistry.cs
- _0-restore.bat
- _1-dotnet_test.bat
- ASPNETCoreIdentitySample.MsTests.csproj
- CoreTests.cs
- CustomNormalizerTests.cs
- TestHostingEnvironment.cs
- IApplicationRoleManager.cs
- IApplicationRoleStore.cs
- IApplicationSignInManager.cs
- IApplicationUserManager.cs
- IApplicationUserStore.cs
- IAppLogItemsService.cs
- IEmailSender.cs
- IIdentityDbInitializer.cs
- ISecurityTrimmingService.cs
- ISiteStatService.cs
- ISmsSender.cs
- IUsedPasswordsService.cs
- IUsersPhotoService.cs
- ICategoryService.cs
- IProductService.cs
- AppLogItemsService.cs
- DbLogger.cs
- DbLoggerFactoryExtensions.cs
- DbLoggerProvider.cs
- LoggerItem.cs
- ApplicationClaimsPrincipalFactory.cs
- ApplicationClaimsTransformation.cs
- ApplicationRoleManager.cs
- ApplicationRoleStore.cs
- ApplicationSignInManager.cs
- ApplicationUserManager.cs
- ApplicationUserStore.cs
- AuthMessageSender.cs
- ConfirmEmailDataProtectionTokenProviderOptions.cs
- ConfirmEmailDataProtectorTokenProvider.cs
- ConstantPolicies.cs
- ConstantRoles.cs
- CustomIdentityErrorDescriber.cs
- CustomNormalizer.cs
- CustomPasswordValidator.cs
- CustomSecurityStampValidator.cs
- CustomUserValidator.cs
- DataProtectionKeyService.cs
- DistributedCacheTicketStore.cs
- DynamicPermissionRequirement.cs
- DynamicPermissionsAuthorizationHandler.cs
- IdentityDbInitializer.cs
- IPasswordRules.cs
- MemoryCacheTicketStore.cs
- NoBrowserCacheMiddleware.cs
- NoBrowserCacheMiddlewareExtensions.cs
- PasswordRules.cs
- SecurityTrimmingService.cs
- SiteStatService.cs
- UsedPasswordsService.cs
- UsersPhotoService.cs
- ASPNETCoreIdentitySample.Services.csproj
- EfCategoryService.cs
- EfProductService.cs
- ChangePasswordNotificationViewModel.cs
- EmailsBase.cs
- PasswordResetViewModel.cs
- RegisterEmailConfirmationViewModel.cs
- TwoFactorSendCodeViewModel.cs
- UserProfileUpdateNotificationViewModel.cs
- ActiveDatabase.cs
- AdminUserSeed.cs
- Connectionstrings.cs
- CookieOptions.cs
- DataProtectionOptions.cs
- DataProtectionX509Certificate.cs
- DistributedSqliteCacheOptions.cs
- DistributedSqlServerCacheOptions.cs
- Localdb.cs
- Logging.cs
- Loglevel.cs
- SiteSettings.cs
- SQLite.cs
- SqlServer.cs
- UserAvatarImageOptions.cs
- AgeStatViewModel.cs
- ChangePasswordViewModel.cs
- ChangeUserPasswordViewModel.cs
- DynamicRoleClaimsManagerViewModel.cs
- ForgotPasswordViewModel.cs
- LoginViewModel.cs
- ModelIdViewModel.cs
- OnlineUsersViewModel.cs
- PagedAppLogItemsViewModel.cs
- PagedUsersListViewModel.cs
- RegisterViewModel.cs
- ResetPasswordViewModel.cs
- RoleAndUsersCountViewModel.cs
- RoleViewModel.cs
- SearchUsersViewModel.cs
- SortOrder.cs
- TodayBirthDaysViewModel.cs
- UserCardItemActiveTab.cs
- UserCardItemViewModel.cs
- UserProfileViewModel.cs
- VerifyCodeViewModel.cs
- ViewModelConstants.cs
- ASPNETCoreIdentitySample.ViewModels.csproj
- .editorconfig
- .gitattributes
- .gitignore
- _buid.cmd
- _register_template.bat
- ASPNETCoreIdentitySample.sln
- BannedSymbols.txt
- Directory.Build.props
- Directory.Packages.props
- global.json
- LICENSE.md
- README.md
- tag-it.bat
- update-dependencies.bat
// repository documentation
Was this content helpful?
(0 ratings)
