From the course: ASP.NET Core: Token-Based Authentication

What you should know

- [Instructor] Let us talk about a couple of things that you need to know. During this course, we will add token based authentication to web API application. So having a basic understanding of web APIs is recommended, but it is not required. As a programming language I'll use C#. So having basic knowledge of C# is required. I'll be using the .NET core version 5.0. So having some basic knowledge of any .NET core framework is recommended, but it is not required. As my coding editor, I'll be using Visual Studio 2019 Community Edition, but you can use any version of Visual Studio 2019 or later. Throughout these course, if you'd like to follow along while I'm coding, you can download the exercise files from the GitHub repository of these course.

Contents