Skip to content

Releases: ufukty/ovpn-auth

v1.0.7

15 May 08:46
ab3342d
Compare
Choose a tag to compare

Improvements:

  • Adds pre-checks for OpenVPN passed file to avoid crash #3
  • Raises version requirements for x/crypto package to 0.17.0

Full Changelog: v1.0.5...v1.0.7

v1.0.5

14 May 11:38
Compare
Choose a tag to compare

New in this version:

  • Validation mode enables users to check if the username, password and TOTP they remember as latest is up-to-date with database file. To run validation mode: ovpn-auth validate

Full Changelog: v1.0.4...v1.0.5

v1.0.4

14 May 11:36
Compare
Choose a tag to compare

New in v1.0.4:

  • version command prints the version number.

Full Changelog: v1.0.3...v1.0.4

v1.0.3

03 May 15:28
Compare
Choose a tag to compare
  • adds version command to print git provided version information embedded in build time

v1.0.2

03 May 10:49
Compare
Choose a tag to compare
  • Rewritten to enable single, easy-to-deploy binary with no library or binary dependencies.
  • Supports multiple users
  • Builtin registration with automatic hashing and QR code print

Note: Database file is not be compatible with previous versions v0.x.x

Full Changelog: v0.2.1...v1.0.2

v0.2-test

13 Aug 19:50
Compare
Choose a tag to compare
v0.2-test Pre-release
Pre-release

It is ready to test.

  • No needed to put a colon (:) between password and TOTP. Last 6 digits are pads always.
  • Immediate return on empty password instead of crash.

v0.1-test

08 Jul 10:11
Compare
Choose a tag to compare
v0.1-test Pre-release
Pre-release

It is ready to test.