dIeGoLi

Results 7 issues of dIeGoLi

#310 I can not think of a good unit test. I think it does not need one, right?

When creating [CredentialCreateOptions](https://github.com/passwordless-lib/fido2-net-lib/blob/ef0501e016faaa8d4ec8137c6aba05aeb6fe8d72/Src/Fido2.Models/CredentialCreateOptions.cs#L72) we have the possibility to set `RequireResidentKey`. I observed that when using false, resident credentials are not created, thus usernameless flow is not possible. When set to...

enhancement

[BreadcrumbTagHelper ExtractTitle](https://github.com/zHaytam/SmartBreadcrumbs/blob/ba32d8293481b765cfe206a23e09fb86bd8abc82/src/BreadcrumbTagHelper.cs#L127) throws an exception when the node title is null. Of course title should not be null, but in case that nodes are created dynamically from data, it could...

I try to integrate oidc auth in an existing android project. Network calls are generally made using `AsyncTask`. Following synchronous flow (executed in the single background thread for async tasks)....

enhancement

I am using a yubikey which is able to store credentials. I tested using current version of firefox, chrome and edge on windows 10 and 11. All behave the same....

question