ASP.NET Core Web API + Entity Framework Core : Basic Authentication Explained - EP07
Video Statistics and Information
Channel: Curious Drive
Views: 49,129
Rating: undefined out of 5
Keywords: .net, vsual studio, programming, c#, visual studio code, .net core, msbuild, web, asp.net, developer, code, librararies, .netstandard, javascript interop, windows, linux, macOS, open source, free, app, ecosystem, performance, reliability, security, classes, assemblies, MVC, dotnetconf, web api, api, REST, asp.net core, serialization, Authentication, authorization, Routing, HTTPS, JSON, Entity Frramework Core, SQL, Microsoft.EntityFrameworkCore.SqlServer, Scaffold, HTTP Methods, Microsoft.EntityFrameworkCore.Tools
Id: 6X6iONXhz2w
Channel Id: undefined
Length: 28min 55sec (1735 seconds)
Published: Sat Jan 11 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
[removed]
Basic auth has the username and password encoded, not encrypted. You also say that you can use many different encryption methods on the username and password, but that's not true, basic auth is always base64 encoded. This is an important distinction because since it's only encoded, anyone who gets that string has the username and password.
I don't have time to check this out yet. But does the video go over refresh tokens with the authentication bit?