Releases: gaetanomatonti/Uno
Releases · gaetanomatonti/Uno
Release 0.4.0
Changelog:
- Added a
uri
property to construct aotpauth
URI from aMetadata
instance
Release 0.3.0
Changelog
- Fixed an issue that would cause the
URIParser
to throw an error when parsing aotpauth
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
Changelog
- Added
Metadata
type that contains information about an OTP. - Added
URIParser
that parsesotpauth
URIs usually used in QR Codes to easily configure the OTP generator.
Release 0.1.0
Changelog
- Added HOTP generation
- Added TOTP generation
- Added SHA2 algorithms for OTP generation
- Added support for Base32 encoded string secrets