Cédric Michel
5d34222f28
add cached on logout with revoke cookie identity key ( #605 )
...
* add cached on logout with revoke cookie identity key
* properly signout as recommended : https://docs.microsoft.com/en-us/aspnet/core/security/authentication/cookie?view=aspnetcore-5.0#react-to-back-end-changes
* add remark regarding multi-host scenario
* Update src/Web/Configuration/RevokeAuthenticationEvents.cs
Co-authored-by: Steve Smith <steve@kentsmiths.com >
2021-11-01 09:49:53 -04:00
Cédric Michel
68beb21f07
Feature/generic cached decorator ( #604 )
...
* make TODO: Make a generic decorator for any LookupData type
* remove useless GetById in ICatalogLookupDataService
2021-10-31 14:54:00 -04:00
Cédric Michel
ed63faac84
update all nuget package ( #603 )
2021-10-28 09:25:55 -04:00
Cédric Michel
463e6f522d
change BuyerId to 256 because it represent the user name from identity and it also mandatory ( #597 )
2021-10-26 14:04:40 -04:00
Cédric Michel
cfd4f4e22d
Dependabot/nuget/blazored.local storage 4.1.5 ( #596 )
...
* Bump Blazored.LocalStorage from 3.0.0 to 4.1.5
Bumps [Blazored.LocalStorage](https://github.com/Blazored/LocalStorage ) from 3.0.0 to 4.1.5.
- [Release notes](https://github.com/Blazored/LocalStorage/releases )
- [Commits](https://github.com/Blazored/LocalStorage/compare/v3.0.0...v4.1.5 )
---
updated-dependencies:
- dependency-name: Blazored.LocalStorage
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* use AddBlazoredLocalStorage instead of add Localstorage
align version of nuget package
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-26 13:44:32 -04:00
Steve Smith
4da4822e8e
Update AddItemToBasket.cs
2021-10-26 12:40:40 -04:00
Steve Smith
c7e171e03f
move GuardExtensions ( #595 )
2021-10-26 12:38:35 -04:00
dependabot[bot]
c23d92793e
Bump Microsoft.AspNetCore.Components.WebAssembly from 5.0.0 to 5.0.11 ( #593 )
...
Bumps [Microsoft.AspNetCore.Components.WebAssembly](https://github.com/dotnet/aspnetcore ) from 5.0.0 to 5.0.11.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.0...v5.0.11 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-26 11:13:30 -04:00
dependabot[bot]
8a9a50d9e7
Bump System.Text.Json from 5.0.0 to 5.0.2 ( #591 )
...
Bumps [System.Text.Json](https://github.com/dotnet/runtime ) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v5.0.0...v5.0.2 )
---
updated-dependencies:
- dependency-name: System.Text.Json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-26 11:12:05 -04:00
dependabot[bot]
5a59ec33c2
Bump Microsoft.AspNetCore.Mvc.Testing from 5.0.0 to 5.0.11 ( #590 )
...
Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore ) from 5.0.0 to 5.0.11.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.0...v5.0.11 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-26 11:11:56 -04:00
dependabot[bot]
7fe8fd8a7c
Bump System.IdentityModel.Tokens.Jwt from 6.8.0 to 6.13.1 ( #589 )
...
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet ) from 6.8.0 to 6.13.1.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases )
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/6.8.0...6.13.1 )
---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-26 11:09:33 -04:00
Cédric Michel
f6a975acbe
make : // TODO: Make a generic service for any LookupData type ( #594 )
...
* make : // TODO: Make a generic service for any LookupData type => CatalogLookupDataService
* Update src/BlazorAdmin/Services/CachedCatalogTypeServiceDecorator.cs
Co-authored-by: Steve Smith <steve@kentsmiths.com >
2021-10-26 10:59:50 -04:00
Cédric Michel
8f55b1b56a
manage conflict (generic way) use toast to show error ( #588 )
...
* manage conflict (generic way) use toast to show error
* fix httpservice after merge conflict, adapt to use new repository
2021-10-25 17:32:07 -04:00
dependabot[bot]
935167daaf
Bump Microsoft.EntityFrameworkCore.Tools from 5.0.0 to 5.0.11 ( #586 )
...
Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore ) from 5.0.0 to 5.0.11.
- [Release notes](https://github.com/dotnet/efcore/releases )
- [Commits](https://github.com/dotnet/efcore/compare/v5.0.0...v5.0.11 )
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Tools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-25 17:05:25 -04:00
dependabot[bot]
71109f4d72
Bump Microsoft.EntityFrameworkCore.InMemory from 5.0.0 to 5.0.11 ( #585 )
...
Bumps [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore ) from 5.0.0 to 5.0.11.
- [Release notes](https://github.com/dotnet/efcore/releases )
- [Commits](https://github.com/dotnet/efcore/compare/v5.0.0...v5.0.11 )
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-25 17:05:12 -04:00
dependabot[bot]
de013f7037
Bump Microsoft.AspNetCore.Components.WebAssembly.Server ( #587 )
...
Bumps [Microsoft.AspNetCore.Components.WebAssembly.Server](https://github.com/dotnet/aspnetcore ) from 5.0.0 to 5.0.11.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.0...v5.0.11 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Server
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-25 16:12:43 -04:00
dependabot[bot]
9ec7cb69a3
Bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore ( #584 )
...
Bumps [Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore](https://github.com/dotnet/aspnetcore ) from 5.0.10 to 5.0.11.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.10...v5.0.11 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-25 16:12:05 -04:00
dependabot[bot]
9656d021da
Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.11.0 ( #583 )
...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 16.8.0 to 16.11.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v16.8.0...v16.11.0 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-25 16:11:46 -04:00
dependabot[bot]
5d23b314b1
Bump Microsoft.AspNetCore.Components.WebAssembly.Authentication ( #580 )
...
Bumps [Microsoft.AspNetCore.Components.WebAssembly.Authentication](https://github.com/dotnet/aspnetcore ) from 5.0.0 to 5.0.11.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.0...v5.0.11 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Authentication
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-25 16:09:46 -04:00
Steve Smith
8a45a2c858
Update Specification and other packages to latest version ( #582 )
...
* Updating repositories and specification version
Need to fix broken tests
* removing test that would just be testing mocked result now
* Refactored from IAsyncRepository and removed it.
Tests pass.
* Update packages
2021-10-25 15:13:02 -04:00
Daniyar Alpyspayev
fee2bbce3d
refactored the Infrastructure project ( #553 )
2021-10-24 18:25:15 -04:00
Cédric Michel
729354297f
Make TODO: Only run this if using a real database ( #569 )
...
use IsSqlServer extension method on catalogContext.Database (DatabaseFacade)
2021-10-24 18:09:36 -04:00
dependabot[bot]
52e2f0b06f
Bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets ( #576 )
...
Bumps Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.10.9 to 1.11.1.
---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.Azure.Containers.Tools.Targets
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-24 18:09:07 -04:00
dependabot[bot]
896fad1587
Bump AutoMapper.Extensions.Microsoft.DependencyInjection ( #575 )
...
Bumps [AutoMapper.Extensions.Microsoft.DependencyInjection](https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection ) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection/releases )
- [Commits](https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection/compare/v8.1.0...v8.1.1 )
---
updated-dependencies:
- dependency-name: AutoMapper.Extensions.Microsoft.DependencyInjection
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-24 17:56:08 -04:00
dependabot[bot]
742f515720
Bump Microsoft.Extensions.Identity.Core from 5.0.0 to 5.0.11 ( #577 )
...
Bumps [Microsoft.Extensions.Identity.Core](https://github.com/dotnet/aspnetcore ) from 5.0.0 to 5.0.11.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.0...v5.0.11 )
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Identity.Core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-24 17:55:51 -04:00
Cédric Michel
530df9d685
fix to remove usage of IIS port. ( #552 )
...
* fix to not using IIS port.
add more information in readme to start application with correct profile correcponding in the appsettings
* Update README.md
Co-authored-by: Steve Smith <steve@kentsmiths.com >
2021-10-24 17:55:35 -04:00
Abu Zafor Khairuzzaman
c02efcd4be
Fix profile update routing issue ( #564 )
2021-10-24 17:51:38 -04:00
yigith
97320e16ca
changed method name ( #566 )
2021-10-24 17:50:29 -04:00
Jessica Petty
65b8e5985e
Add new Rich Navigation workflow file ( #481 )
2021-10-24 17:49:58 -04:00
dependabot[bot]
7066f429ea
Bump FluentValidation from 9.3.0 to 10.3.4 ( #573 )
...
Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation ) from 9.3.0 to 10.3.4.
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases )
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt )
- [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/9.3.0...10.3.4 )
---
updated-dependencies:
- dependency-name: FluentValidation
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-24 17:48:50 -04:00
dependabot[bot]
a508e6ea23
Bump Microsoft.AspNetCore.Components.Authorization from 5.0.0 to 5.0.11 ( #574 )
...
Bumps [Microsoft.AspNetCore.Components.Authorization](https://github.com/dotnet/aspnetcore ) from 5.0.0 to 5.0.11.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.0...v5.0.11 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.Authorization
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-24 17:48:01 -04:00
dependabot[bot]
40ca20ad91
Bump Microsoft.EntityFrameworkCore.SqlServer from 5.0.0 to 5.0.11 ( #571 )
...
Bumps [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore ) from 5.0.0 to 5.0.11.
- [Release notes](https://github.com/dotnet/efcore/releases )
- [Commits](https://github.com/dotnet/efcore/commits )
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Smith <steve@kentsmiths.com >
2021-10-24 17:47:31 -04:00
Cédric Michel
5b5abd9c8d
Issue/567 ( #568 )
...
* Correctly manage page count when Page size = 0
* make =>TODO: Need to change the api to support full list
Manage to support full list when pagesize is unknow
2021-10-24 17:41:36 -04:00
dependabot[bot]
cafd5d0544
Bump Microsoft.AspNetCore.Authentication.JwtBearer from 5.0.9 to 5.0.11 ( #570 )
...
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore ) from 5.0.9 to 5.0.11.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Commits](https://github.com/dotnet/aspnetcore/commits )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-24 17:40:42 -04:00
Sumit Ghosh
ec1dc0ede3
Merge pull request #558 from dotnet-architecture/dependabot/nuget/Swashbuckle.AspNetCore.SwaggerUI-6.2.2
...
Bump Swashbuckle.AspNetCore.SwaggerUI from 5.6.3 to 6.2.2
2021-09-27 19:35:51 +05:30
Sumit Ghosh
77b908b8a0
Merge pull request #557 from dotnet-architecture/dependabot/nuget/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore-5.0.10
...
Bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore from 5.0.0 to 5.0.10
2021-09-27 19:35:23 +05:30
dependabot[bot]
ab7122bed7
Bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
...
Bumps [Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore](https://github.com/dotnet/aspnetcore ) from 5.0.0 to 5.0.10.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.0...v5.0.10 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-27 14:03:22 +00:00
Sumit Ghosh
45bf78eda7
Merge pull request #556 from dotnet-architecture/dependabot/nuget/BuildBundlerMinifier-3.2.449
...
Bump BuildBundlerMinifier from 2.9.406 to 3.2.449
2021-09-27 19:33:07 +05:30
Sumit Ghosh
951acfcd44
Merge pull request #555 from dotnet-architecture/dependabot/nuget/Microsoft.AspNetCore.Identity.EntityFrameworkCore-5.0.10
...
Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore from 5.0.0 to 5.0.10
2021-09-27 19:32:39 +05:30
Sumit Ghosh
d1ca3ac069
Merge pull request #554 from dotnet-architecture/dependabot/nuget/Microsoft.AspNetCore.Components.WebAssembly.DevServer-5.0.10
...
Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 5.0.0 to 5.0.10
2021-09-27 19:30:18 +05:30
dependabot[bot]
065f9445ca
Bump Swashbuckle.AspNetCore.SwaggerUI from 5.6.3 to 6.2.2
...
Bumps [Swashbuckle.AspNetCore.SwaggerUI](https://github.com/domaindrivendev/Swashbuckle.AspNetCore ) from 5.6.3 to 6.2.2.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases )
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.6.3...v6.2.2 )
---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore.SwaggerUI
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-27 12:42:36 +00:00
dependabot[bot]
f42b1ce349
Bump BuildBundlerMinifier from 2.9.406 to 3.2.449
...
Bumps [BuildBundlerMinifier](https://github.com/madskristensen/BundlerMinifier ) from 2.9.406 to 3.2.449.
- [Release notes](https://github.com/madskristensen/BundlerMinifier/releases )
- [Changelog](https://github.com/madskristensen/BundlerMinifier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/madskristensen/BundlerMinifier/commits )
---
updated-dependencies:
- dependency-name: BuildBundlerMinifier
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-27 12:42:29 +00:00
dependabot[bot]
f67ca2766c
Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore
...
Bumps [Microsoft.AspNetCore.Identity.EntityFrameworkCore](https://github.com/dotnet/aspnetcore ) from 5.0.0 to 5.0.10.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.0...v5.0.10 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-27 12:42:26 +00:00
dependabot[bot]
9b5ca33708
Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer
...
Bumps [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore ) from 5.0.0 to 5.0.10.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.0...v5.0.10 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-27 12:42:22 +00:00
Sumit Ghosh
ef837760f6
Merge pull request #424 from Youssef1313/patch-2
...
Create dependabot.yml
2021-09-27 18:11:52 +05:30
Sumit Ghosh
ccc9bd724a
Merge pull request #551 from khairuzzaman/master
...
Fix Manage Account Broken UI
2021-09-24 19:51:20 +05:30
Sumit Ghosh
e9869cc7d8
Merge pull request #548 from dotnet-architecture/dependabot/nuget/src/PublicApi/Microsoft.AspNetCore.Authentication.JwtBearer-5.0.9
...
Bump Microsoft.AspNetCore.Authentication.JwtBearer from 5.0.0 to 5.0.9 in /src/PublicApi
2021-09-24 19:00:54 +05:30
Sumit Ghosh
5132b96024
Merge pull request #549 from dotnet-architecture/dependabot/nuget/src/Web/Microsoft.AspNetCore.Authentication.JwtBearer-5.0.9
...
Bump Microsoft.AspNetCore.Authentication.JwtBearer from 5.0.0 to 5.0.9 in /src/Web
2021-09-24 19:00:29 +05:30
Abu Zafor Khairuzzaman
d35a0d4d3f
fix Manage Account broken UI
2021-09-21 22:10:45 +06:00
dependabot[bot]
f58cd5aa17
Bump Microsoft.AspNetCore.Authentication.JwtBearer in /src/Web
...
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore ) from 5.0.0 to 5.0.9.
- [Release notes](https://github.com/dotnet/aspnetcore/releases )
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.0...v5.0.9 )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-25 14:59:30 +00:00