Completed
- 0:37:54 Registering a new user
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ASP.NET Web API - Token Based Authentication Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 - 0:00:00 Introduction
- 2 - 0:02:07 Authentication vs Authorization
- 3 - 0:04:34 Traditional vs Token-based Authentication
- 4 - 0:14:10 Adding Identity tables with EFCore
- 5 - 0:21:55 Configuring Authentication in Startup.cs
- 6 - 0:33:07 Setting up Authentication Controller
- 7 - 0:37:54 Registering a new user
- 8 - 0:47:36 Generating an access and a refresh token
- 9 - 1:02:38 Logging in an existing user
- 10 - 1:14:10 Get access token using the refresh token
- 11 - 1:41:41 Adding role based authentication
- 12 - 2:02:55 Thank you