Rob Janssen
Rob Janssen
You can use the `label` argument of the [`GetQrText`](https://github.com/RobThree/TwoFactorAuth.Net/blob/afcffe772f857928fd9088d1aa3e22b29f920587/TwoFactorAuth.Net/TwoFactorAuth.cs#L545) or [`GetQrCodeImageAsDataUri`](https://github.com/RobThree/TwoFactorAuth.Net/blob/afcffe772f857928fd9088d1aa3e22b29f920587/TwoFactorAuth.Net/TwoFactorAuth.cs#L394) methods. Though I must admit I apparently have missed the '[If both issuer parameter and issuer label prefix are...
I'm not sure I see the benefits of strong naming: > For .NET Core and .NET 5+, strong-named assemblies do not provide material benefits. The runtime never validates the strong-name...
Not all authenticators support all variations of periods, digits, algorithms and number of secret bits. So I'd start with testing the most common combination: 30 second periods, 6 digits, sha1,...
> To prevent the extra hop of downloading QR-image from the provider and then transferring it to the the client again - allow us to insert the URL into client's...
> BTW treat this as a low priority feature request and feel free to close ;) No, it's about time I give this project a bit of love again. I'll...
Do you have a pointer where this icon is documented? It's not mentioned in the [Key Uri format](https://github.com/google/google-authenticator/wiki/Key-Uri-Format). I did [find this](https://stackoverflow.com/a/50410063/215042) but AFAIK it's not very widely supported (as...
> When decoding [...] i and l will be treated as 1 and o will be treated as 0 I'm also pretty sure very few implementations will respect this. And...
I don't see why the spec would have to define / enforce something as simple as upper/lowercase. If you have a specific usecase where you require either one, then call...
> UUID specified the output case here What _they_ do is up to them, isn't it? > the underlying codec is not ulid, the output is. I'm not sure I...
We're having some discussion over at the .Net implementation as well (I noticed [more discussion](https://github.com/ahawker/ulid/issues/306) elsewhere). Quite honestly I think this monotonicity isn't well thought out and I vote for...