FubarDevelopment / FtpServer

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

Membership Provider only supports synchronous validations #34

Closed lafe closed 5 years ago

lafe commented 6 years ago

The current implementation of the IMembershipProvider only offers a synchronous endpoint. This means that using APIs with asynchronous endpoints to perform the validation is more difficult than it should be, especially since the calling code is already async.

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

Version 3.0-beta.1 is released.