You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will allow users to configure the url they want (especially when a new version is available) using the clientBuilder delegate from AddFidoMetadataRepository .
We should probably remove the hardcoded BLOB url from
Fido2MetadataServiceRepository.cs
and change this line:fido2-net-lib/Src/Fido2.AspNet/Fido2NetLibBuilderExtensions.cs
Line 78 in 15263ca
to something like:
This will allow users to configure the url they want (especially when a new version is available) using the
clientBuilder
delegate fromAddFidoMetadataRepository
.What do you think @abergs and @iamcarbon?
The text was updated successfully, but these errors were encountered: