错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

WebAPI Security Authentication using .NET Core

  • Sourabh Mishra

摘要

Learn how to write code for authentication for WebAPI security so they can be secured from unauthorized access of outsiders, hackers or users.


The video starts with an introduction about API security where you will learn what is authentication and various ways to authenticate an API. Moving forward, you will understand what is Microsoft Identity Framework along with the details of JWT. In the next segment, you will learn more about WebAPI authentication where you can write and authenticate and register users for API. Here you will also learn how o create database and tables for  API and set up JWT. Towards the end, you will demonstrate writing user registration business logic and authentication business logic. 


After completion of this video, you will be able to will easily develop and secure your WebAPI using .NET Core


What Will You Learn:
  • How to set up an environment for API
  • Writing User Registration business logic
  • Understanding Microsoft Identity Framework

Who Is this Book For:


This book is meant for .NET users and Web App Developers