Skip to content

Releases: gaetanomatonti/Uno

Release 0.4.0

26 Sep 16:17
bf8a289
Compare
Choose a tag to compare
Release 0.4.0 Pre-release
Pre-release

Changelog:

  • Added a uri property to construct a otpauth URI from a Metadata instance

Release 0.3.0

25 Sep 14:52
592607e
Compare
Choose a tag to compare
Release 0.3.0 Pre-release
Pre-release

Changelog

  • Fixed an issue that would cause the URIParser to throw an error when parsing a otpauth URI without period or counter items
  • Added the issuer and account properties to the Metadata type
  • swift-crypto updated to the 2.0.0 version

Release 0.2.0

16 Sep 16:18
e419310
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release

Changelog

  • Added Metadata type that contains information about an OTP.
  • Added URIParser that parses otpauth URIs usually used in QR Codes to easily configure the OTP generator.

Release 0.1.0

06 Sep 18:01
1670508
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

Changelog

  • Added HOTP generation
  • Added TOTP generation
  • Added SHA2 algorithms for OTP generation
  • Added support for Base32 encoded string secrets