Resolving the Swagger conflict for Swashbuckle and NSwag in Umbraco Forms 10.2+

Hello
I have been helping a member of our Umbraco community who has recently run into a problem of trying to get their Swagger UI to document their API inside their Umbraco site when using Umbraco Forms 10.2+.

Carry on reading to find out how I helped them resolve this issue.

Continue reading Resolving the Swagger conflict for Swashbuckle and NSwag in Umbraco Forms 10.2+

Using .NETCore Identity IPasswordValidator with Umbraco CMS

In this blog post I will cover how you can use the power of .NETCore Identity that is part of the Open Source .NET CMS Umbraco and how you can write a few bits of code to prevent your backoffice CMS users and members on your public facing website to use strong passwords or check that it has not been compromised in conjunction with the API provided from HaveIBeenPwnd.com So read on to see how simple it can all be.

Continue reading Using .NETCore Identity IPasswordValidator with Umbraco CMS