Adam
Adam
Checking whether a code has been used is outside the scope of this library since that requires specific logic in the application. The library is stateless and does not have...
I did some testing and it looks like using a time tolerance of 0 seconds will get you what you are looking for. The "current" will always be validated for...
The code in the readme is for illustration purposes only. It's not intended to be a complete copy/paste solution; just to help provide understanding of how to use the library,...
I have successfully generated working codes on Microsoft Authenticator, Authy, Google Authenticator, 2FAS, LastPass Authenticator and a previous version of Authenticator Plus (now seems to be defunct). Note: Some of...
@flytzen it looks like another breaking change that ZXing isn't accounting for. https://github.com/BrandonPotter/GoogleAuthenticator/blob/903add180d8c7958cc6a132e28eedb7d4af6cc69/Google.Authenticator.Tests/QRCodeTest.cs#L81 ``` Failed Google.Authenticator.Tests.QRCodeTest.CanGenerateSHA512QRCode(issuer: "issuer", expectedUrl: "otpauth://totp/issuer:a%40b.com?secret=ONSWG4TFOQ&"···) [3 ms] Error Message: System.MissingMethodException : Method not found: 'Int32 ImageMagick.IMagickImage.get_Width()'....
@flytzen so .NET 6 apparently isn't included on their mac images by default so this test failed. GitHub Actions has a built-in action to install a given version of .NET,...
@flytzen want to review? Or should we just close this one and skip 3.3 in favor of a 3.4 from #254?
Same issue here but just when attempting to create a toast after clicking a button to perform an action. Error prints out to Visual Studio's Output tab. I don't know...
Still happening on 3.3.1. Experimented with different render modes, but no luck.
If approved, @BrandonPotter will need to update the repository settings (fix what's required) and add a repository secret for NuGet. Also of note: committing and pushing to "master" requires a...