JWT vs API Key in API authentication Posted by Daz David Z - January 12, 2023 JWT (JSON Web Token) and API key are two different ways to authenticate requests made… Read More
Connecting to Aws RDS database with IAM authentication using NHibernate ORM with .Net C# Posted by Daz David Z - April 8, 2022 After my post regarding the security to connecting your application in the cloud, Use Aurora… Read More
How to use AWS Cognito in .NET Core 3.1 Posted by Daz David Z - June 10, 2021 AWS Cognito is great tool to implement a secure and scalable user authentication for your… Read More
NotSupportedException: No IUserTwoFactorTokenProvider named ‘Default’ is registered on GenerateEmailConfirmationTokenAync Posted by Daz David Z - December 6, 2020 In Startup.cs file you have modified services.AddDefaultIdentity to services.AddIdentity . When calling GenerateEmailConfirmationTokenAync for example… Read More