Skip to content

Releases: kspearrin/Otp.NET

Version 1.4.0

12 Apr 12:12
Compare
Choose a tag to compare

What's Changed

  • Add support for .NET 7 by @DSC-bdavis in #42
  • Add support for .NET 8
  • Expose OTP properties and TOTP window start by @miloush in #49 and #50
  • Remove premature truncation of code to 6 digits by @tmiranda in #31

New Contributors

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0

23 Dec 19:36
d84651e
Compare
Choose a tag to compare
  • Added support for OtpUri generation (see docs). Thanks @mees-
  • Add net6.0 target
  • Some cleanup and refactoring. Thanks @caterina-novak

Version 1.2.2

07 Nov 01:54
Compare
Choose a tag to compare
  • Add constructors to use the OTP classes with a generic IKeyProvider
  • Testing

Version 1.2.1

31 Oct 13:37
Compare
Choose a tag to compare
  • Constant time comparison

Version 1.2.0

05 Jan 14:43
Compare
Choose a tag to compare
  • Added HOTP support

Version 1.1.0

17 Aug 02:31
Compare
Choose a tag to compare
  • Signed assembly
  • New csproj

Version 1.0.1

29 Jan 02:49
Compare
Choose a tag to compare
  • Verification window fixes

Version 1.0.0

14 Jan 02:43
Compare
Choose a tag to compare

Initial port of OtpSharp for .NET Standard.