How to implement Basic Authentication client in C#/.NET

Поділитися
Вставка
  • Опубліковано 15 кві 2023
  • #csharp #csharp11 #dotnet #dotnet7 #authentication #basicauthentication #authenticationclient
    How to implement Basic Authentication middleware in ASP.NET: • How to implement Basic...
    How to use Middleware in ASP.NET Core (2 ways of implementing middleware): • How to use Middleware ...
    Some of my popular videos:
    Elasticsearch with .NET and introduction: • An Introduction to Ela...
    Hangfire Scheduling an introduction: • Scheduling recurring j...
    ASP.NET Core Authentication with JWT (JSON Web Token): • ASP.NET Core Authentic...
    Running Background tasks using IHostedService and BackgroundService (In ASP.NET Core 3.1): • Running Background tas...
    How to build an API Gateway in ASP.NET Core using Ocelot (Build API Gateway in a few minutes): • How to build an API Ga...
    My blog site: dotnetcorecentral.com
  • Наука та технологія

КОМЕНТАРІ • 4

  • @luisilichvladimirguerrerol2321
    @luisilichvladimirguerrerol2321 10 місяців тому

    Useful video. Thanks

  • @thebilbe
    @thebilbe 7 місяців тому

    Thank you very much for this explanation!
    Warning : your split in 0:40 is error prone if the password contains a ':'

  • @EminoMeneko
    @EminoMeneko 6 місяців тому

    Basically we are sending credentials in clear text. It is just Base64 encoded...
    Nice. I mean for local network why not. Simply over the internet it sucks.
    But that's not against you. I did read the doc on MDN and this is part of the BASIC authentication scheme.
    And the actual thing is I need to implement such thing at work... xD