FubarDevelopment / FtpServer

Portable FTP server written in .NET
http://fubardevelopment.github.io/FtpServer/
MIT License
482 stars 163 forks source link

Support for async membership providers #35

Closed lafe closed 5 years ago

lafe commented 6 years ago

Proposal for #34 that adds the possibility to add asynchronous membership providers. Two new interfaces have been added:

The PassCommandHandler checks the type of membership provider and performs either a synchronous or an asynchronous call to validate username and password.

fubar-coder commented 6 years ago

I'm hesitant to add this yet, because I'd just change the IMembershipProvider member to async and bump the major version.

fubar-coder commented 5 years ago

Closing in favor of async IMembershipProvider.