From the course: Advanced Web APIs with ASP.NET Core 8

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Introduction: Securing APIs

Introduction: Securing APIs

- [Instructor] It is time that we talk about securing our APIs, and there are several aspects to that. First of all, we need to make sure that the communication with the server is encrypted. Then there are certain security concerns for cross-site calls done via JavaScript. And finally, we'll have a glimpse at restricting access to the API for certain users. Let's get started.

Contents