MANIFEST.in
requirements.txt
setup.py
microboiler.egg-info/PKG-INFO
microboiler.egg-info/SOURCES.txt
microboiler.egg-info/dependency_links.txt
microboiler.egg-info/requires.txt
microboiler.egg-info/top_level.txt
src/microboiler
src/microboiler.py
src/modules/__init__.py
src/modules/basemodule.py
src/modules/clients/__init__.py
src/modules/clients/angular.py
src/modules/clients/clients.py
src/modules/clients/ionic.py
src/modules/databases/__init__.py
src/modules/databases/mongodb.py
src/modules/databases/mysql.py
src/modules/databases/postgre.py
src/modules/databases/redis.py
src/modules/devops/__init__.py
src/modules/devops/docker.py
src/modules/eventbus/__init__.py
src/modules/eventbus/rabbitmq.py
src/modules/identity/__init__.py
src/modules/identity/identityserver4.py
src/modules/servers/__init__.py
src/modules/servers/nginx.py
src/modules/servers/server.py
src/modules/services/__init__.py
src/modules/services/dotnetapi.py
src/modules/services/nodeapi.py
src/modules/templating/__init__.py
src/modules/templating/csharp.py
src/modules/templating/javascript.py
src/modules/templating/templating.py
src/modules/utils/__init__.py
src/modules/utils/utils.py
src/templatefiles/api_services/dotnet_web_api/src/.dockerignore
src/templatefiles/api_services/dotnet_web_api/src/Dockerfile
src/templatefiles/api_services/dotnet_web_api/src/dropdb.dev.sh
src/templatefiles/api_services/dotnet_web_api/src/dropdb.sh
src/templatefiles/api_services/dotnet_web_api/src/migrations.dev.sh
src/templatefiles/api_services/dotnet_web_api/src/migrations.sh
src/templatefiles/api_services/dotnet_web_api/src/updatedb.dev.sh
src/templatefiles/api_services/dotnet_web_api/src/updatedb.sh
src/templatefiles/api_services/dotnet_web_api/src/DotnetWebApi/DotnetWebApi.csproj
src/templatefiles/api_services/dotnet_web_api/src/DotnetWebApi/Program.cs
src/templatefiles/api_services/dotnet_web_api/src/DotnetWebApi/Startup.cs
src/templatefiles/api_services/dotnet_web_api/src/DotnetWebApi/appsettings.Development.json
src/templatefiles/api_services/dotnet_web_api/src/DotnetWebApi/appsettings.json
src/templatefiles/api_services/dotnet_web_api/src/DotnetWebApi/Controllers/ValuesController.cs
src/templatefiles/api_services/dotnet_web_api/src/DotnetWebApi/Data/NameContext.cs
src/templatefiles/api_services/dotnet_web_api/src/DotnetWebApi/Properties/launchSettings.json
src/templatefiles/api_services/dotnet_web_api/src/DotnetWebApi/Services/BusService.cs
src/templatefiles/api_services/express_web_api/src/.dockerignore
src/templatefiles/api_services/express_web_api/src/.env
src/templatefiles/api_services/express_web_api/src/.sequelizerc
src/templatefiles/api_services/express_web_api/src/Dockerfile
src/templatefiles/api_services/express_web_api/src/app.js
src/templatefiles/api_services/express_web_api/src/package-lock.json
src/templatefiles/api_services/express_web_api/src/package.json
src/templatefiles/api_services/express_web_api/src/bin/www
src/templatefiles/api_services/express_web_api/src/controllers/authtest.js
src/templatefiles/api_services/express_web_api/src/controllers/entity.js
src/templatefiles/api_services/express_web_api/src/controllers/entitytest.js
src/templatefiles/api_services/express_web_api/src/middlewares/authorize.js
src/templatefiles/api_services/express_web_api/src/models/entity.js
src/templatefiles/api_services/express_web_api/src/postgre/config/config.json
src/templatefiles/api_services/express_web_api/src/postgre/migrations/20180813191204-create-entity.js
src/templatefiles/api_services/express_web_api/src/postgre/models/entity.js
src/templatefiles/api_services/express_web_api/src/postgre/models/index.js
src/templatefiles/clients/angular/cli_6_ssr/.dockerignore
src/templatefiles/clients/angular/cli_6_ssr/Dockerfile
src/templatefiles/clients/angular/cli_6_ssr/README.md
src/templatefiles/clients/angular/cli_6_ssr/angular.json
src/templatefiles/clients/angular/cli_6_ssr/package-lock.json
src/templatefiles/clients/angular/cli_6_ssr/package.json
src/templatefiles/clients/angular/cli_6_ssr/prerender.ts
src/templatefiles/clients/angular/cli_6_ssr/server.ts
src/templatefiles/clients/angular/cli_6_ssr/static.paths.ts
src/templatefiles/clients/angular/cli_6_ssr/tsconfig.json
src/templatefiles/clients/angular/cli_6_ssr/tslint.json
src/templatefiles/clients/angular/cli_6_ssr/webpack.server.config.js
src/templatefiles/clients/angular/cli_6_ssr/yarn.lock
src/templatefiles/clients/angular/cli_6_ssr/src/favicon.ico
src/templatefiles/clients/angular/cli_6_ssr/src/index.html
src/templatefiles/clients/angular/cli_6_ssr/src/login-callback.html
src/templatefiles/clients/angular/cli_6_ssr/src/main.server.ts
src/templatefiles/clients/angular/cli_6_ssr/src/main.ts
src/templatefiles/clients/angular/cli_6_ssr/src/polyfills.ts
src/templatefiles/clients/angular/cli_6_ssr/src/silent-renew.html
src/templatefiles/clients/angular/cli_6_ssr/src/styles.css
src/templatefiles/clients/angular/cli_6_ssr/src/tsconfig.app.json
src/templatefiles/clients/angular/cli_6_ssr/src/tsconfig.server.json
src/templatefiles/clients/angular/cli_6_ssr/src/app/app.component.ts
src/templatefiles/clients/angular/cli_6_ssr/src/app/app.module.ts
src/templatefiles/clients/angular/cli_6_ssr/src/app/app.server.module.ts
src/templatefiles/clients/angular/cli_6_ssr/src/app/auth/auth.guard.ts
src/templatefiles/clients/angular/cli_6_ssr/src/app/auth/auth.interceptor.ts
src/templatefiles/clients/angular/cli_6_ssr/src/app/auth/auth.module.ts
src/templatefiles/clients/angular/cli_6_ssr/src/app/auth/auth.storage.ts
src/templatefiles/clients/angular/cli_6_ssr/src/app/auth/components/login/login.component.html
src/templatefiles/clients/angular/cli_6_ssr/src/app/auth/components/login/login.component.scss
src/templatefiles/clients/angular/cli_6_ssr/src/app/auth/components/login/login.component.ts
src/templatefiles/clients/angular/cli_6_ssr/src/app/core/core.module.ts
src/templatefiles/clients/angular/cli_6_ssr/src/app/core/services/cookie.service.ts
src/templatefiles/clients/angular/cli_6_ssr/src/app/core/services/platform.service.ts
src/templatefiles/clients/angular/cli_6_ssr/src/app/home/home.component.ts
src/templatefiles/clients/angular/cli_6_ssr/src/app/lazy/lazy.module.ts
src/templatefiles/clients/angular/cli_6_ssr/src/assets/.gitkeep
src/templatefiles/clients/angular/cli_6_ssr/src/environments/environment.prod.ts
src/templatefiles/clients/angular/cli_6_ssr/src/environments/environment.ts
src/templatefiles/clients/ionic/ionic_4_cli/.editorconfig
src/templatefiles/clients/ionic/ionic_4_cli/.gitignore
src/templatefiles/clients/ionic/ionic_4_cli/config.xml
src/templatefiles/clients/ionic/ionic_4_cli/ionic.config.json
src/templatefiles/clients/ionic/ionic_4_cli/package-lock.json
src/templatefiles/clients/ionic/ionic_4_cli/package.json
src/templatefiles/clients/ionic/ionic_4_cli/tsconfig.json
src/templatefiles/clients/ionic/ionic_4_cli/tslint.json
src/templatefiles/clients/ionic/ionic_4_cli/.sourcemaps/0.js.map
src/templatefiles/clients/ionic/ionic_4_cli/.sourcemaps/main.js.map
src/templatefiles/clients/ionic/ionic_4_cli/resources/README.md
src/templatefiles/clients/ionic/ionic_4_cli/resources/icon.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/splash.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/icon/drawable-hdpi-icon.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/icon/drawable-ldpi-icon.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/icon/drawable-mdpi-icon.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/icon/drawable-xhdpi-icon.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/icon/drawable-xxhdpi-icon.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/icon/drawable-xxxhdpi-icon.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/splash/drawable-land-hdpi-screen.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/splash/drawable-land-ldpi-screen.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/splash/drawable-land-mdpi-screen.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/splash/drawable-land-xhdpi-screen.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/splash/drawable-land-xxhdpi-screen.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/splash/drawable-land-xxxhdpi-screen.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/splash/drawable-port-hdpi-screen.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/splash/drawable-port-ldpi-screen.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/splash/drawable-port-mdpi-screen.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/splash/drawable-port-xhdpi-screen.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/splash/drawable-port-xxhdpi-screen.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/android/splash/drawable-port-xxxhdpi-screen.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-1024.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-40.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-40@2x.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-40@3x.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-50.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-50@2x.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-60.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-60@2x.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-60@3x.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-72.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-72@2x.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-76.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-76@2x.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-83.5@2x.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-small.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-small@2x.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon-small@3x.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/icon/icon@2x.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/splash/Default-568h@2x~iphone.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/splash/Default-667h.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/splash/Default-736h.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/splash/Default-Landscape-736h.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/splash/Default-Landscape@2x~ipad.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/splash/Default-Landscape@~ipadpro.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/splash/Default-Landscape~ipad.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/splash/Default-Portrait@2x~ipad.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/splash/Default-Portrait@~ipadpro.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/splash/Default-Portrait~ipad.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/splash/Default@2x~iphone.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/splash/Default@2x~universal~anyany.png
src/templatefiles/clients/ionic/ionic_4_cli/resources/ios/splash/Default~iphone.png
src/templatefiles/clients/ionic/ionic_4_cli/src/index.html
src/templatefiles/clients/ionic/ionic_4_cli/src/manifest.json
src/templatefiles/clients/ionic/ionic_4_cli/src/service-worker.js
src/templatefiles/clients/ionic/ionic_4_cli/src/app/app.component.ts
src/templatefiles/clients/ionic/ionic_4_cli/src/app/app.html
src/templatefiles/clients/ionic/ionic_4_cli/src/app/app.module.ts
src/templatefiles/clients/ionic/ionic_4_cli/src/app/app.scss
src/templatefiles/clients/ionic/ionic_4_cli/src/app/main.ts
src/templatefiles/clients/ionic/ionic_4_cli/src/assets/icon/favicon.ico
src/templatefiles/clients/ionic/ionic_4_cli/src/assets/imgs/logo.png
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/about/about.html
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/about/about.scss
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/about/about.ts
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/contact/contact.html
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/contact/contact.scss
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/contact/contact.ts
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/home/home.html
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/home/home.scss
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/home/home.ts
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/login/README.md
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/login/authconfig.ts
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/login/login.html
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/login/login.scss
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/login/login.ts
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/tabs/tabs.html
src/templatefiles/clients/ionic/ionic_4_cli/src/pages/tabs/tabs.ts
src/templatefiles/clients/ionic/ionic_4_cli/src/theme/variables.scss
src/templatefiles/clients/ionic/ionic_4_cli/www/index.html
src/templatefiles/clients/ionic/ionic_4_cli/www/manifest.json
src/templatefiles/clients/ionic/ionic_4_cli/www/service-worker.js
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/ionicons.eot
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/ionicons.scss
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/ionicons.svg
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/ionicons.ttf
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/ionicons.woff
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/ionicons.woff2
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/noto-sans-bold.ttf
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/noto-sans-bold.woff
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/noto-sans-regular.ttf
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/noto-sans-regular.woff
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/noto-sans.scss
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/roboto-bold.ttf
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/roboto-bold.woff
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/roboto-bold.woff2
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/roboto-light.ttf
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/roboto-light.woff
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/roboto-light.woff2
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/roboto-medium.ttf
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/roboto-medium.woff
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/roboto-medium.woff2
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/roboto-regular.ttf
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/roboto-regular.woff
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/roboto-regular.woff2
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/fonts/roboto.scss
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/icon/favicon.ico
src/templatefiles/clients/ionic/ionic_4_cli/www/assets/imgs/logo.png
src/templatefiles/clients/ionic/ionic_4_cli/www/build/main.css
src/templatefiles/clients/ionic/ionic_4_cli/www/build/main.css.map
src/templatefiles/clients/ionic/ionic_4_cli/www/build/main.js
src/templatefiles/clients/ionic/ionic_4_cli/www/build/main.js.map
src/templatefiles/clients/ionic/ionic_4_cli/www/build/polyfills.js
src/templatefiles/clients/ionic/ionic_4_cli/www/build/sw-toolbox.js
src/templatefiles/clients/ionic/ionic_4_cli/www/build/vendor.js
src/templatefiles/clients/ionic/ionic_4_cli/www/build/vendor.js.map
src/templatefiles/databases/redis/Dockerfile
src/templatefiles/databases/redis/redis.conf
src/templatefiles/identity_services/identityserver4ef/.dockerignore
src/templatefiles/identity_services/identityserver4ef/.gitignore
src/templatefiles/identity_services/identityserver4ef/Dockerfile
src/templatefiles/identity_services/identityserver4ef/LICENSE
src/templatefiles/identity_services/identityserver4ef/NuGet.config
src/templatefiles/identity_services/identityserver4ef/README.md
src/templatefiles/identity_services/identityserver4ef/dropdb.dev.sh
src/templatefiles/identity_services/identityserver4ef/dropdb.sh
src/templatefiles/identity_services/identityserver4ef/migrations.dev.sh
src/templatefiles/identity_services/identityserver4ef/migrations.sh
src/templatefiles/identity_services/identityserver4ef/updatedb.dev.sh
src/templatefiles/identity_services/identityserver4ef/updatedb.sh
src/templatefiles/identity_services/identityserver4ef/src/Host/ClientIdFilter.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/ClientSelector.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/ClientViewLocationExpander.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Host.csproj
src/templatefiles/identity_services/identityserver4ef/src/Host/LocalizationCookieProvider.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/LocalizationQueryProvider.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Program.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/SeedData.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Startup.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/i_srv_log.txt
src/templatefiles/identity_services/identityserver4ef/src/Host/tempkey.rsa
src/templatefiles/identity_services/identityserver4ef/src/Host/Configuration/Clients.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Configuration/Resources.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Configuration/client.config.txt
src/templatefiles/identity_services/identityserver4ef/src/Host/Configuration/resource.config.txt
src/templatefiles/identity_services/identityserver4ef/src/Host/Extensions/ExtensionGrantValidator.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Extensions/NoSubjectExtensionGrantValidator.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Migrations/IdentityServer/ConfigurationDb.sql
src/templatefiles/identity_services/identityserver4ef/src/Host/Migrations/IdentityServer/PersistedGrantDb.sql
src/templatefiles/identity_services/identityserver4ef/src/Host/Migrations/IdentityServer/UsersDb.sql
src/templatefiles/identity_services/identityserver4ef/src/Host/Migrations/IdentityServer/ConfigurationDb/20180812232813_Config.Designer.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Migrations/IdentityServer/ConfigurationDb/20180812232813_Config.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Migrations/IdentityServer/ConfigurationDb/ConfigurationDbContextModelSnapshot.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Migrations/IdentityServer/PersistedGrantDb/20180812232739_Grants.Designer.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Migrations/IdentityServer/PersistedGrantDb/20180812232739_Grants.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Migrations/IdentityServer/PersistedGrantDb/PersistedGrantDbContextModelSnapshot.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Migrations/IdentityServer/UsersDb/20180812232843_Users.Designer.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Migrations/IdentityServer/UsersDb/20180812232843_Users.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Migrations/IdentityServer/UsersDb/UserDbContextModelSnapshot.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/ConsentInputModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/ConsentViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/ErrorViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/InstallViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/AccountViewModels/ExternalLoginConfirmationViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/AccountViewModels/ForgotPasswordViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/AccountViewModels/LoggedOutViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/AccountViewModels/LoginInputModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/AccountViewModels/LoginViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/AccountViewModels/LogoutViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/AccountViewModels/RegisterViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/AccountViewModels/ResetPasswordViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/AccountViewModels/SendCodeViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/AccountViewModels/VerifyCodeViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/ManageViewModels/AddPhoneNumberViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/ManageViewModels/ChangePasswordViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/ManageViewModels/ConfigureTwoFactorViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/ManageViewModels/FactorViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/ManageViewModels/IndexViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/ManageViewModels/ManageLoginsViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/ManageViewModels/RemoveLoginViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/ManageViewModels/SetPasswordViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Models/ManageViewModels/VerifyPhoneNumberViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Properties/launchSettings.json
src/templatefiles/identity_services/identityserver4ef/src/Host/Quickstart/SecurityHeadersAttribute.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Quickstart/TestUsers.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Quickstart/Account/AccountController.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Quickstart/Account/AccountOptions.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Quickstart/Account/AccountService.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Quickstart/Consent/ConsentController.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Quickstart/Consent/ConsentInputModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Quickstart/Consent/ConsentOptions.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Quickstart/Consent/ConsentService.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Quickstart/Consent/ConsentViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Quickstart/Consent/ProcessConsentResult.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Quickstart/Consent/ScopeViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Quickstart/Grants/GrantsController.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Quickstart/Grants/GrantsViewModel.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Quickstart/Home/HomeController.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Resources/LocService.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Resources/SharedResource.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Resources/SharedResource.de-CH.resx
src/templatefiles/identity_services/identityserver4ef/src/Host/Resources/SharedResource.en-US.resx
src/templatefiles/identity_services/identityserver4ef/src/Host/Resources/SharedResource.fr-CH.resx
src/templatefiles/identity_services/identityserver4ef/src/Host/Resources/SharedResource.it-CH.resx
src/templatefiles/identity_services/identityserver4ef/src/Host/Services/AuhtProfileService.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Services/BusService.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Services/IEmailSender.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Services/ISmsSender.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Services/MessageServices.cs
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/_ViewImports.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/_ViewStart.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Account/ConfirmEmail.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Account/ExternalLoginConfirmation.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Account/ExternalLoginFailure.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Account/ForgotPassword.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Account/ForgotPasswordConfirmation.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Account/Lockout.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Account/LoggedOut.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Account/Login.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Account/Logout.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Account/Register.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Account/ResetPassword.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Account/ResetPasswordConfirmation.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Account/SendCode.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Account/VerifyCode.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Consent/Index.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Consent/_ScopeListItem.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Grants/Index.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Home/Index.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Install/Index.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Shared/Error.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Shared/_Layout.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Shared/_LoginPartial.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Shared/_ValidationScriptsPartial.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/Views/Shared/_ValidationSummary.cshtml
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/favicon.ico
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/icon.jpg
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/icon.png
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/css/site.css
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/css/site.less
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/css/site.min.css
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/js/signout-redirect.js
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/lib/bootstrap/css/bootstrap.css
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/lib/bootstrap/css/bootstrap.css.map
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/lib/bootstrap/css/bootstrap.min.css
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/lib/bootstrap/fonts/glyphicons-halflings-regular.eot
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/lib/bootstrap/fonts/glyphicons-halflings-regular.svg
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/lib/bootstrap/fonts/glyphicons-halflings-regular.woff
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/lib/bootstrap/js/bootstrap.js
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/lib/bootstrap/js/bootstrap.min.js
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/lib/jquery/jquery.js
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/lib/jquery/jquery.min.js
src/templatefiles/identity_services/identityserver4ef/src/Host/wwwroot/lib/jquery/jquery.min.map
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/IdentityServer4.EntityFramework.csproj
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/NopLogger.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/TokenCleanup.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/DbContexts/ConfigurationDbContext.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/DbContexts/PersistedGrantDbContext.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/DbContexts/UserDbContext.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/ApiResource.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/ApiResourceClaim.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/ApiScope.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/ApiScopeClaim.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/ApiSecret.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/Client.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/ClientClaim.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/ClientCorsOrigin.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/ClientGrantType.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/ClientIdPRestriction.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/ClientPostLogoutRedirectUri.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/ClientProperty.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/ClientRedirectUri.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/ClientScope.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/ClientSecret.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/IdentityClaim.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/IdentityResource.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/PersistedGrant.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/Secret.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Entities/UserClaim.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Extensions/IdentityServerEntityFrameworkBuilderExtensions.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Extensions/ModelBuilderExtensions.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Interfaces/IConfigurationDbContext.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Interfaces/IPersistedGrantDbContext.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Interfaces/IUserDbContext.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Mappers/ApiResourceMapperProfile.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Mappers/ApiResourceMappers.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Mappers/ClientMapperProfile.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Mappers/ClientMappers.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Mappers/IdentityResourceMapperProfile.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Mappers/IdentityResourceMappers.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Mappers/PersistedGrantMapperProfile.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Mappers/PersistedGrantMappers.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Models/ApplicationRole.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Models/ApplicationUser.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Models/ApplicationUserRole.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Options/ConfigurationStoreOptions.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Options/OperationalStoreOptions.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Options/TableConfiguration.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Properties/AssemblyInfo.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Services/CorsPolicyService.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Stores/ClientStore.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Stores/PersistedGrantStore.cs
src/templatefiles/identity_services/identityserver4ef/src/IdentityServer4.EntityFramework/Stores/ResourceStore.cs
src/templatefiles/servers/nginx/Dockerfile