Releases: tinyauthapp/tinyauth
v3.6.2-beta.2
i18n: internationalize required error
v3.6.2-beta.1
tests: move handlers test to handlers package
v3.6.1
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
refactor: split handlers into smaller purpose specific files
v3.6.1-beta.2
refactor: simplify ldap heartbeat
v3.6.1-beta.1
feat: add heartbeat to keep ldap connection alive
v3.6.0
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.bypasslabel
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
New translations en.json (Arabic) (#245)
v3.6.0-beta.1
fix: fix docker label matching logic
v3.5.0
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.