Hung Tranpanmantran.hashnode.dev·Aug 8, 2023A Breezy Guide to Implementing SAML2 Authentication with JWT in .NET WebAPI using SustainsysDid you pull a new assignment to sprinkle SAML2 magic on your .NET WebAPI using JWT with a free library? Well, your search ends here, fellow coder! By the end of this guide, you'll be equipped with a production-ready solution and glean insights into ...Discuss·3 likes·49 reads.NET
Swati Kumariswatikumari.hashnode.dev·Jun 2, 2023Building Secure Web APIs with ASP.NET Web APIWhat is an API? An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate and interact with each other. It defines the methods, data formats, and rules that enable developers...Discuss·51 readsAsp.Net Web API
Sundeep Kamathtrystwithcode.hashnode.dev·Mar 25, 2018Adding Swagger (Open API) support to ASP.Net Web APIsThese days, APIs are everywhere. Be it internal APIs (APIs within the system) or external ones (exposed across systems), APIs are the base that enables huge systems to be scalable and maintainable. Dealing with such vast APIs and understanding their ...Discussswagger