a C# implementation of the authd is nice, its not that hard to modify the current authd in java. just decompile the jars and fix up some classes.
But C# makes it easier to modify. (though again, its not that hard to do anyway)
What I am curious about is whether it is compileable on the .NET CLI (or: .NET Core) so you can run it on linux without having to rely on mono.

