mrbbot / ntlm

🔐 NTLM authentication for Dart/Flutter.
https://pub.dev/packages/ntlm
The Unlicense
14 stars 15 forks source link

NTLM server side #22

Open GnRSlash opened 2 years ago

GnRSlash commented 2 years ago

Hi!

I create a web api in dart to be used within active directory in intranet. So, I want to be able to identify the user that is calling the api, like in C#: userlogin = System.Web.HttpContext.Current.User.Identity.Name;

Do you think you can implement such feature? Please!! If you need help, I try to help as much as I can

Take care, be cool!