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

Unlock the full course today

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

Next steps

Next steps

- [Instructor] Web APIs are a complex topic, and there are so many other things that might be of interest. So here are a few ideas, what you could do next, in case you're interested. One topic we could not really cover in depth is how to properly design an API. Which different architectural styles exist? What are best practices? Where are different options in the wild? Where is a consensus in the wild? Several things might of be of interest here. So, if API design is something that your clients want to invest in, by all means do that. We briefly covered authentication, but as I mentioned, that was just a glimpse into the topic. So there is OAuth and OpenID Connect, which are standards which are related to authentication-authorization also for APIs. And if you would like to dive deeper into those topics, this would be a good starting point. We were talking about ASP.NET Core and ASP.NET Core web API. And when you are authenticating against an API or you are retrieving a token that is…

Contents