CleanArchitecture
CleanArchitecture copied to clipboard
This repository contains the implementation of domain-driven design and clear architecture in ASP.NET Core.
Hi, Thanks for your great work :) I like this rep. One question, what is usage of IdentiyApp? You didn't use it to authenticate your APIs in ServerApp ! What...
Hi @TanvirArjel, I think some test projects even make the repo better. I have added some and submitted a PR. You can check and merge if it meets your standard....
System.ArgumentOutOfRangeException: 'IDX10720: Unable to create KeyedHashAlgorithm for algorithm 'HS256', the key size must be greater than: '256' bits, key has '184' bits. (Parameter 'keyBytes')'
Locally when I create an account and try to login I get 2024-01-17 10:13:01.867 -05:00 [FTL] Parameters: {"EmailOrUserName":"[email protected]","Password":null,"RememberMe":false} System.ArgumentOutOfRangeException: IDX10720: Unable to create KeyedHashAlgorithm for algorithm 'HS256', the key size...
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.0.3 to 7.1.2. Release notes Sourced from System.IdentityModel.Tokens.Jwt's releases. 7.1.2 Security fixes See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details. 7.1.0-preview Include IdentityModel 6.32.0 release updates, including AAD specific...