yubidart 2.0.1
yubidart: ^2.0.1 copied to clipboard
Yubico Services for Dart and Flutter.
Changelog #
2.0.1 #
- License MIT
2.0.0 #
- Update dependencies and lints rules
2.0.0-dev.1 #
- Add PIV protocol
- BREAKING CHANGES :
YubicoService().verifyYubiCloudOTP(otp, yubikeyClientAPIKey, yubikeyClientID);
becomesYubidart().otp.verify(otp, yubikeyClientAPIKey, yubikeyClientID);
- TODO :
- separate connection/authentication/processing actions
1.0.4 - 2022-08-16 #
- h param is not good when we receive a '+'
- Update project (dependencies, lints, dart version)
1.0.3 - 2021-12-21 #
- Add VerificationResponse object to manage the verification response from Yubicloud verifiy API
1.0.2 - 2021-12-19 #
- Get OTP from NFC Yubikey (getOTPFromYubiKeyNFC method)
- Get OTP from NFC Yubikey and verify with yubiCloud (verifyOTPFromYubiKeyNFC method)
1.0.1 - 2021-12-18 #
- Change description
1.0.0 - 2021-12-18 #
- OTP protocol of yubikey with yubiCloud