Skip to content

Releases: tinyauthapp/tinyauth

v3.6.2-beta.2

14 Jul 23:16

Choose a tag to compare

v3.6.2-beta.2 Pre-release
Pre-release
i18n: internationalize required error

v3.6.2-beta.1

14 Jul 22:38

Choose a tag to compare

v3.6.2-beta.1 Pre-release
Pre-release
tests: move handlers test to handlers package

v3.6.1

12 Jul 13:41
b735ab6

Choose a tag to compare

Tinyauth v3.6.1

Just a small patch fix release addressing issues #255 and #256.

Improvements

  • Use heartbeat to prevent LDAP server from timing out

Fixes

  • Fix the password message not being translated

Technical

  • Update translations
  • Update dependencies
  • Clean up comments in codebase

If you encounter any issues please let me know so I can fix them as soon as possible.

v3.6.1-beta.3

12 Jul 10:28

Choose a tag to compare

v3.6.1-beta.3 Pre-release
Pre-release
refactor: split handlers into smaller purpose specific files

v3.6.1-beta.2

11 Jul 21:22

Choose a tag to compare

v3.6.1-beta.2 Pre-release
Pre-release
refactor: simplify ldap heartbeat

v3.6.1-beta.1

11 Jul 20:20

Choose a tag to compare

v3.6.1-beta.1 Pre-release
Pre-release
feat: add heartbeat to keep ldap connection alive

v3.6.0

09 Jul 23:15
fe440a6

Choose a tag to compare

Tinyauth v3.6.0

Hello everyone, this is mostly a patch fix for Tinyauth fixing a mistake in the label discovery. It is marked as a feature update because it includes a missing feature discussed in issue #160 which is actually being able to bypass Tinyauth authentication in specific apps.

New features

  • Support for completely disabling Tinyauth authentication for specific IPs or CIDRs using the tinyauth.ip.bypass label

Fixes

  • Fix the label discovery

Technical

  • Update translations

P.S. There are a lot of new features requiring a lot of documentation. I will try to add guides for all of the new features in the next few days.

If you encounter any issues please let me know so I can fix them as soon as possible.

v3.6.0-beta.2

09 Jul 22:00
fe440a6

Choose a tag to compare

v3.6.0-beta.2 Pre-release
Pre-release
New translations en.json (Arabic) (#245)

v3.6.0-beta.1

09 Jul 21:34

Choose a tag to compare

v3.6.0-beta.1 Pre-release
Pre-release
fix: fix docker label matching logic

v3.5.0

09 Jul 15:13
364f0e2

Choose a tag to compare

Tinyauth v3.5.0

Hey everyone! This is an exciting release for Tinyauth as a lot of new features have been added including LDAP support! You can now use your users from LDAP in Tinyauth without the need to use a static users file or environment variables. Additionally support for allowing and blocking IP addresses and CIDRs has been added and a whole lot more. Lastly the documentation site got a redesign with docusaurus framework aiming for a better user experience.

Warning

This release includes a security patch and it is advised to update as soon as possible.

New features

  • Add label to select app based on the its domain eliminating the need for keeping the container name the same as the app domain
  • Support for logging in to a protected app using basic auth
  • Support for allowing/blocking IP addresses and/or CIDRs
  • Support for using an LDAP server as the user source

Improvements

  • Move to Traefik paerser (not a typo) for label parsing instead of custom solution
  • Encrypt the session cookie

Fixes

  • Fix error state spacing in login form

Technical

  • Update dependencies
  • Update translations
  • Run nightly workflow every day

P.S. There are a lot of new features requiring a lot of documentation. I will try to add guides for all of the new features in the next few days.

If you encounter any issues please let me know so I can fix them as soon as possible.