Skip to content

Releases: AllanOricil/esp32-mfa-totp-generator

v0.6.0

05 May 06:55
Compare
Choose a tag to compare

0.6.0 (2024-05-05)

Bug Fixes

  • not having an mqtt server running will no longer break the runtime (4c7f24f)

Features

  • add MQTT configuration options to build flags (2e21013)

v0.5.0

28 Apr 06:10
Compare
Choose a tag to compare

0.5.0 (2024-04-28)

Bug Fixes

  • double touch interval was reduced to 100ms to feel more natural (ff05ee3)
  • ensures the pin screen appears only if both PIN_HASH and PIN_KEY are set as env variables (ab1f438)

Features

  • add pin validation using SHA256 hash with salt (6a489f8)
  • add screen where user can type pin number (e5a921e)
  • finish initial pin code implementation (c740ff1)
demo_v0.5.0.mp4
demo_v0.5.0-2.mp4

v0.4.0

20 Mar 01:15
Compare
Choose a tag to compare

0.4.0 (2024-03-20)

Features

  • screen can alternate from on and off states double touching the display (efaffd0)

v0.3.0

18 Mar 19:56
Compare
Choose a tag to compare

0.3.0 (2024-03-18)

Features

  • enable writting secrets to the sd card using node-red and mqtt protocol (a01921d)

v0.2.3

03 Mar 23:51
61127e1
Compare
Choose a tag to compare
  • fix: totp component no longer displays P?" when retrieving the new totp to render

v0.2.2

03 Mar 17:36
52e53af
Compare
Choose a tag to compare

chore: specify dependencies hashes for a successefull build.

obs: nothing really changed from v0.2.1

v0.2.1

03 Mar 17:14
c200c0f
Compare
Choose a tag to compare

Fully functional MFA TOTP generator built with ESP32 with support to many services.

demo_3.mp4