Just a potential improvement that could be made to the library to improve interoperability. I'm working on a library that uses Firehed U2F, but because I only want to expose interfaces I have to convert Registration, SignRequest, etc. objects into implementations of interfaces (e.g. IU2fRegistartion, etc.)
I believe it would be better if there were some standard interfaces that U2F objects could implement.
Just a potential improvement that could be made to the library to improve interoperability. I'm working on a library that uses Firehed U2F, but because I only want to expose interfaces I have to convert Registration, SignRequest, etc. objects into implementations of interfaces (e.g. IU2fRegistartion, etc.)
I believe it would be better if there were some standard interfaces that U2F objects could implement.