Melvin Ray Herr

Results 10 comments of Melvin Ray Herr

How about wiki pages that are linked to from the list?

Good question. Two scenarios come to mind. ### Complex or existing app with `App.User` class already in place. This is the case for me. My preference would have been to...

>We should make sure that touchpoints are easy on the consumer. Mapping a custom Application user to a `Fido2NetLib.User` should at-least be as easy as possible. Perhaps by adding helper...

@Shtong your ideas seem logical to me and a much better method of handling the problem than what I was originally proposing.

I'm sorting through this issue right now. We have an aspnet core web app using aspnetcore identity and researching the best way to integrate this auth flow and store the...

Maybe a place to start would be to move from concrete `User` and `StoredCredential` classes to `IUser` and `ICredential` interfaces. Is this correct, and would you be open to a...

Yes, those are my exact thoughts. The steps (I think) are these: 1. Accept `TUser` and `TCredential` parameters in this library's main constructor so as not to depend on a...

Sorry, I wasn't very clear in what I was trying to say. You are obviously correct, > there is no storage in this library What I was trying to suggest...

And mine...