Skip to content

Releases: BastiaanJansen/otp-java

V2.0.3: Small improvements

20 Oct 11:18
Compare
Choose a tag to compare
v2.0.3

updated version in pom

v2.0.2: Escape issuer and account name when creating otp uri

09 Aug 13:10
4441c5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: otp-java-2.0.1...otp-java-2.0.2

v2.0.1: LocalDate support

14 Feb 16:59
bbb2781
Compare
Choose a tag to compare

What's Changed

Full Changelog: otp-java-2.0.0...otp-java-2.0.1

v2.0.0: Redesigned API

11 Feb 11:00
01c9354
Compare
Choose a tag to compare

What's Changed

Full Changelog: otp-java-1.3.2...otp-java-2.0.0

v1.3.2: Encode URL parameters

27 May 08:49
96054a2
Compare
Choose a tag to compare

What's Changed

  • Add issuer parameter to uri + encode url parameters by @WardLootens in #58

New Contributors

Full Changelog: otp-java-1.3.1...otp-java-1.3.2

v1.3.1: Fixed license issue

07 Apr 15:16
992377d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: otp-java-1.3.0...otp-java-1.3.1

v1.3.0: Fixed xstream vulnerability

01 Jan 17:01
986608f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...otp-java-1.3.0

v1.2.3: Minor bugfixes

15 Dec 10:33
Compare
Choose a tag to compare

What's Changed

  • Fixed minor bugs, added extra error handling and created several new tests by @BastiaanJansen in #51

Full Changelog: v1.0.5...otp-java-1.2.3

v1.2.2: Hotfix

04 Aug 21:03
Compare
Choose a tag to compare
otp-java-1.2.2

[maven-release-plugin]  copy for tag otp-java-1.2.2

v1.2.1: Bugfixes and improvements

02 Aug 08:00
Compare
Choose a tag to compare
  1. Fixed bug regarding generating TOTP tokens with Instants.
  2. Periods of less than one second are not allowed and will now throw an IllegalArgumentException.
  3. Added new unit-test case.
  4. Minor code improvements.